Skip to content

Commit b060488

Browse files
committed
Following documentation for labeler version 5
1 parent e7bf7dc commit b060488

File tree

1 file changed

+50
-17
lines changed

1 file changed

+50
-17
lines changed

.github/labeler.yml

Lines changed: 50 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,63 @@
11
documentation:
2-
- "**/*.md"
3-
- LICENSE
4-
- "docs/**/*"
5-
- "screenshots/**/*"
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- "**/*.md"
5+
- LICENSE
6+
- "docs/**/*"
7+
- "screenshots/**/*"
68

79
dependencies:
8-
- requirements.txt
10+
- changed-files:
11+
- any-glob-to-any-file:
12+
- requirements.txt
13+
- requirements-dev.txt
914

1015
publishing:
11-
- check_version.py
12-
- setup.py
13-
- MANIFEST.in
14-
- setup.cfg
16+
- changed-files:
17+
- any-glob-to-any-file:
18+
- check_version.py
19+
- setup.py
20+
- MANIFEST.in
21+
- setup.cfg
1522

1623
github-actions:
17-
- ".github/**/*"
24+
- changed-files:
25+
- any-glob-to-any-file:
26+
- ".github/**/*"
1827

1928
tests:
20-
- "spam_detector_ai/test_and_tuning/**/*"
29+
- changed-files:
30+
- any-glob-to-any-file:
31+
- "spam_detector_ai/test_and_tuning/**/*"
2132

2233
models:
23-
- "spam_detector_ai/models/**/*"
34+
- changed-files:
35+
- any-glob-to-any-file:
36+
- "spam_detector_ai/models/**/*"
2437

2538
training:
26-
- "spam_detector_ai/training/**/*"
27-
- "spam_detector_ai/data/**/*"
28-
- "spam_detector_ai/classifiers/**/*"
29-
- "spam_detector_ai/prediction/**/*"
30-
- "spam_detector_ai/loading_and_processing/**/*"
39+
- changed-files:
40+
- any-glob-to-any-file:
41+
- "spam_detector_ai/training/**/*"
42+
- "spam_detector_ai/data/**/*"
43+
- "spam_detector_ai/classifiers/**/*"
44+
- "spam_detector_ai/prediction/**/*"
45+
- "spam_detector_ai/loading_and_processing/**/*"
46+
47+
feature:
48+
- head-branch: ['^feature', 'feature']
49+
50+
bug:
51+
- head-branch: ['^bug', 'bug']
52+
53+
fix:
54+
- head-branch: ['^fix', 'fix']
55+
56+
bugfix:
57+
- head-branch: ['^bugfix', 'bugfix']
58+
59+
chore:
60+
- head-branch: ['^chore', 'chore']
61+
62+
maintenance:
63+
- head-branch: ['^maintenance', 'maintenance']

0 commit comments

Comments
 (0)