Skip to content

Commit 8c42a80

Browse files
committed
fix: add labeler.yml for PR auto-labeling workflow
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
1 parent 5396908 commit 8c42a80

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/labeler.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
documentation:
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- 'Documentation/**'
5+
- '*.md'
6+
7+
configuration:
8+
- changed-files:
9+
- any-glob-to-any-file:
10+
- 'Configuration/**'
11+
- 'ext_emconf.php'
12+
- 'composer.json'
13+
14+
tests:
15+
- changed-files:
16+
- any-glob-to-any-file:
17+
- 'Tests/**'
18+
- 'phpunit*.xml'
19+
20+
ci:
21+
- changed-files:
22+
- any-glob-to-any-file:
23+
- '.github/**'
24+
25+
dependencies:
26+
- changed-files:
27+
- any-glob-to-any-file:
28+
- 'composer.json'
29+
- 'composer.lock'

0 commit comments

Comments
 (0)