Skip to content

Commit

Permalink
Add zero impact to the enforce labels workflow (#2072)
Browse files Browse the repository at this point in the history
* Add zero impact to the enforce labels workflow

* Add hyphen to zero-impact
  • Loading branch information
mokimo authored Apr 9, 2024
1 parent deb40e4 commit d298a4e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/enforce-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
steps:
- uses: yogevbd/[email protected]
with:
REQUIRED_LABELS_ANY: "verified,trivial,needs-verification"
REQUIRED_LABELS_ANY_DESCRIPTION: "PR must be labeled with 'trivial', 'needs-verification', or 'verified'"
BANNED_LABELS: "do-not-merge,duplicate,invalid,wontfix"
REQUIRED_LABELS_ANY: "verified,trivial,needs-verification,zero-impact"
REQUIRED_LABELS_ANY_DESCRIPTION: "PR must be labeled with 'trivial', 'zero-impact', 'needs-verification', or 'verified'"
BANNED_LABELS: "do not merge,duplicate,invalid,wontfix"
BANNED_LABELS_DESCRIPTION: "This PR has a banned label, if a PR is not ready or should not be merged, please close it and open a new one."

0 comments on commit d298a4e

Please sign in to comment.