Skip to content

Commit

Permalink
Update enforce-labels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Feb 6, 2025
1 parent b7d973f commit 1376a64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/enforce-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: yogevbd/[email protected]
with:
# REQUIRED_LABELS_ANY: "bug,enhancement,skip-changelog"
# REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['bug','enhancement','skip-changelog']"
BANNED_LABELS: "needs changelog,DO NOT MERGE"
BANNED_LABELS_DESCRIPTION: "A PR should not be merged with `needs *` or `DO NOT MERGE` labels"
REQUIRED_LABELS_ANY: "changelog: added,changelog: not needed,release"
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['changelog: added','changelog: not needed','release']"
BANNED_LABELS: "changelog: missing,DO NOT MERGE"
BANNED_LABELS_DESCRIPTION: "A PR should not be merged with `DO NOT MERGE` or `changelog: missing` labels"

0 comments on commit 1376a64

Please sign in to comment.