Skip to content

Commit b85846a

Browse files
committed
When enforcing labels check for a minimum and not exact size.
1 parent 275cbc3 commit b85846a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/enforce-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: mheap/github-action-required-labels@v5
1313
with:
14-
mode: exactly
14+
mode: minimum
1515
count: 1
1616
labels: "bug,feature,enhancement,breaking,tests,documentation,internal,dependencies"
1717
message: "Maintainer needs to assign at least one label before merge"

0 commit comments

Comments
 (0)