Skip to content

Commit

Permalink
fix(ci): add missed labels to config (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Jul 28, 2021
1 parent 8c04f1e commit 443928f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: yashhy/pr-label-check-and-comment-action@v1.0.1
with:
# This list is duplicated from release-drafter.yml
required_labels: 'chore,ci,cleanup,perf,refactor,style,test'
required_labels: 'chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 443928f

Please sign in to comment.