mirror of
https://github.com/renovatebot/renovate.git
synced 2025-05-13 08:01:49 +00:00
chore: add ci:allow-undesirable label logic (#35339)
This commit is contained in:
parent
7da63b485a
commit
08e06deab2
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue