Skip to content

Commit cffc089

Browse files
committed
Updated labeler
1 parent df6be71 commit cffc089

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

.github/labeler.yml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ documentation:
77
dependencies:
88
- requirements.txt
99

10-
enhancement:
11-
- "**"
10+
publishing:
11+
- check_version.py
12+
- setup.py
13+
- MANIFEST.in
14+
- setup.cfg
1215

1316
github-actions:
1417
- ".github/**/*"
@@ -25,3 +28,21 @@ training:
2528
- "spam_detector_ai/classifiers/**/*"
2629
- "spam_detector_ai/prediction/**/*"
2730
- "spam_detector_ai/loading_and_processing/**/*"
31+
32+
feature:
33+
- head-branch: ['^feature', 'feature']
34+
35+
bug:
36+
- head-branch: ['^bug', 'bug']
37+
38+
fix:
39+
- head-branch: ['^fix', 'fix']
40+
41+
bugfix:
42+
- head-branch: ['^bugfix', 'bugfix']
43+
44+
chore:
45+
- head-branch: ['^chore', 'chore']
46+
47+
maintenance:
48+
- head-branch: ['^maintenance', 'maintenance']

0 commit comments

Comments
 (0)