Skip to content

Commit 952c595

Browse files
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 cd977ae commit 952c595

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/labeler.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@
2020
- scripts/**/*
2121
- win32/build/**/*
2222

23+
"Category: CI":
24+
- changed-files:
25+
- any-glob-to-any-file:
26+
- .circleci/*
27+
- .github/actions/**/*
28+
- .github/CODEOWNERS
29+
- .github/setup_hmailserver.php
30+
- .github/nightly_matrix.php
31+
- .github/scripts/*
32+
- .github/scripts/**/*
33+
- .github/labeler.yml
34+
- .github/workflows/*
35+
2336
"Extension: bcmath":
2437
- changed-files:
2538
- any-glob-to-any-file:

0 commit comments

Comments
 (0)