Skip to content

Commit

Permalink
When enforcing labels check for a minimum and not exact size.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Oct 19, 2023
1 parent a4e3ead commit 9678576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enforce-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
mode: minimum
count: 1
labels: "bug,feature,enhancement,breaking,tests,documentation,internal,dependencies"
message: "Maintainer needs to assign at least one label before merge"

0 comments on commit 9678576

Please sign in to comment.