Commit 62f4b76
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/actions/**/*
- .github/CODEOWNERS
- .github/setup_hmailserver.php
- .github/nightly_matrix.php
- .github/scripts/*
- .github/scripts/**/*
- .github/labeler.yml
- .github/workflows/*1 parent 40804a6 commit 62f4b76
1 file changed
+13
-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 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
23 | 36 | | |
24 | 37 | | |
25 | 38 | | |
| |||
0 commit comments