Skip to content

Commit 0f38646

Browse files
authored
Fixes enforce labels workflow (Netflix#3219)
1 parent 634a282 commit 0f38646

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/enforce-labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
steps:
1010
- uses: yogevbd/enforce-label-action@2.1.0
1111
with:
12-
REQUIRED_LABELS_ANY: "bug,enhancement,documentation,feature,dependencies,skip-changelog"
13-
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['bug','documentation','feature','dependencies','enhancement','skip-changelog','techdebt', 'tests']"
12+
REQUIRED_LABELS_ANY: "bug,dependencies,documentation,enhancement,feature,skip-changelog,techdebt,tests"
13+
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label from the following list: bug, dependencies, documentation, enhancement, feature, skip-changelog, techdebt, tests"
1414
BANNED_LABELS: "banned"

0 commit comments

Comments
 (0)