Skip to content

Commit 6e4c359

Browse files
authored
Add chore label to list of required PR labels (#117)
1 parent 6bfceda commit 6e4c359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
PR_NUMBER=${{ github.event.pull_request.number }}
2525
REPO=${{ github.repository }}
2626
27-
REQUIRED_LABELS=("bug" "ci/cd" "dependencies" "documentation" "enhancement" "formatting" "refactoring" "testing")
27+
REQUIRED_LABELS=("bug" "chore" "ci/cd" "dependencies" "documentation" "enhancement" "formatting" "refactoring" "testing")
2828
LABELS=$(gh pr view "$PR_NUMBER" --repo "$REPO" --json labels --jq '.labels[].name')
2929
3030
echo "PR labels:"

0 commit comments

Comments
 (0)