We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6be71 commit cffc089Copy full SHA for cffc089
.github/labeler.yml
@@ -7,8 +7,11 @@ documentation:
7
dependencies:
8
- requirements.txt
9
10
-enhancement:
11
-- "**"
+publishing:
+- check_version.py
12
+- setup.py
13
+- MANIFEST.in
14
+- setup.cfg
15
16
github-actions:
17
- ".github/**/*"
@@ -25,3 +28,21 @@ training:
25
28
- "spam_detector_ai/classifiers/**/*"
26
29
- "spam_detector_ai/prediction/**/*"
27
30
- "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