Skip to content

Commit 3e90d04

Browse files
authored
Update enforce-labels.yml (#324)
1 parent 6ed9457 commit 3e90d04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/enforce-labels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: yogevbd/[email protected]
1515
with:
16-
# REQUIRED_LABELS_ANY: "bug,enhancement,skip-changelog"
17-
# REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['bug','enhancement','skip-changelog']"
18-
BANNED_LABELS: "needs changelog,DO NOT MERGE"
19-
BANNED_LABELS_DESCRIPTION: "A PR should not be merged with `needs *` or `DO NOT MERGE` labels"
16+
REQUIRED_LABELS_ANY: "changelog: added,changelog: not needed,release"
17+
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['changelog: added','changelog: not needed','release']"
18+
BANNED_LABELS: "changelog: missing,DO NOT MERGE"
19+
BANNED_LABELS_DESCRIPTION: "A PR should not be merged with `DO NOT MERGE` or `changelog: missing` labels"

0 commit comments

Comments
 (0)