Commit 682d9e2
committed
Labeler: Add labeler glob patterns for CI
We have a "Category: CI" label in GH issues and PRs, but there is no
labeler rule to automatically mark PRs as such.
This adds a labeler rule to automatically add the "Category: CI" label
if the PR changes _any_ file in:
- '.circleci/*'
- '.github/*'
If all the changes are within these files, it will _not_ be labelled.
- '.github/ISSUE_TEMPLATE/*'
- '.github/lsan-suppressions.txt'1 parent 40804a6 commit 682d9e2
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
| |||
0 commit comments