0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-05-13 08:01:49 +00:00

chore: add ci:allow-undesirable label logic ()

This commit is contained in:
Rhys Arkins 2025-04-13 16:09:59 +02:00 committed by GitHub
parent 7da63b485a
commit 08e06deab2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@ on:
jobs:
check_undesirable_code:
if: "!contains(github.event.pull_request.labels.*.name, 'ci:allow-undesirable')"
runs-on: ubuntu-latest
steps: