We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bfceda commit 6e4c359Copy full SHA for 6e4c359
.github/workflows/pr-labels.yml
@@ -24,7 +24,7 @@ jobs:
24
PR_NUMBER=${{ github.event.pull_request.number }}
25
REPO=${{ github.repository }}
26
27
- REQUIRED_LABELS=("bug" "ci/cd" "dependencies" "documentation" "enhancement" "formatting" "refactoring" "testing")
+ REQUIRED_LABELS=("bug" "chore" "ci/cd" "dependencies" "documentation" "enhancement" "formatting" "refactoring" "testing")
28
LABELS=$(gh pr view "$PR_NUMBER" --repo "$REPO" --json labels --jq '.labels[].name')
29
30
echo "PR labels:"
0 commit comments