Skip to content

Commit

Permalink
Fix label checker
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Oct 24, 2024
1 parent f5e33ca commit 41c02fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: breaking-change,enhancement,bug,documentation,ignore-for-release
one_of: breaking-change,enhancement,bug,documentation,ignore-for-release,dependencies
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 41c02fc

Please sign in to comment.