Commit cad2e54
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
0 commit comments