1
1
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/**/*"
6
8
7
9
dependencies :
8
- - requirements.txt
10
+ - changed-files :
11
+ - any-glob-to-any-file :
12
+ - requirements.txt
13
+ - requirements-dev.txt
9
14
10
15
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
15
22
16
23
github-actions :
17
- - " .github/**/*"
24
+ - changed-files :
25
+ - any-glob-to-any-file :
26
+ - " .github/**/*"
18
27
19
28
tests :
20
- - " spam_detector_ai/test_and_tuning/**/*"
29
+ - changed-files :
30
+ - any-glob-to-any-file :
31
+ - " spam_detector_ai/test_and_tuning/**/*"
21
32
22
33
models :
23
- - " spam_detector_ai/models/**/*"
34
+ - changed-files :
35
+ - any-glob-to-any-file :
36
+ - " spam_detector_ai/models/**/*"
24
37
25
38
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