Skip to content

Commit cad2e54

Browse files
committed
CI: Allow multiple labels
Right now, CI checks for PRs to be labeled as: bug, debt, feature-request, no-changelog. However, there could be instances in which a PR is related to more than one of those labels, or any additional label. As an example, PRs fail if test files are not edited, unless the "skip tests" label is present. This modifies the behavior to require **at least one of the labels to be present**.
1 parent dc598c8 commit cad2e54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: 'PR impact specified'
2020
uses: mheap/github-action-required-labels@388fd6af37b34cdfe5a23b37060e763217e58b03 # v5.5.0
2121
with:
22-
mode: exactly
22+
mode: minimum
2323
count: 1
2424
labels: 'bug, debt, feature-request, no-changelog'

0 commit comments

Comments
 (0)