Skip to content

Commit

Permalink
Remove dependencies label from label-check (#89)
Browse files Browse the repository at this point in the history
Dependabot frequently submits two labels (dependencies and major/minor etc) and we expect only one, meaning the label-check breaks the builds.
We don't care for dependencies as it doesn't influence release versioning.
  • Loading branch information
Patryk Szulczyk authored Nov 8, 2023
1 parent 3c80fef commit acbf5fa
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 acbf5fa

Please sign in to comment.