Skip to content

Commit

Permalink
Remove dependencies label from label-check (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulcheck authored Nov 7, 2023
1 parent 833351e commit fa234ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: major,minor,patch,dependencies,skip-changelog
one_of: major,minor,patch,skip-changelog
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fa234ac

Please sign in to comment.