1
1
documentation :
2
- - changed-files :
3
- - any-glob-to-any-file :
4
- - " **/*.md"
5
- - LICENSE
6
- - " docs/**/*"
7
- - " screenshots/**/*"
2
+ - changed-files :
3
+ - any-glob-to-any-file :
4
+ - " **/*.md"
5
+ - LICENSE
6
+ - " docs/**/*"
7
+ - " screenshots/**/*"
8
8
9
9
dependencies :
10
- - changed-files :
11
- - any-glob-to-any-file :
12
- - requirements.txt
13
- - requirements-dev.txt
10
+ - changed-files :
11
+ - any-glob-to-any-file :
12
+ - requirements.txt
13
+ - requirements-dev.txt
14
14
15
15
publishing :
16
- - changed-files :
17
- - any-glob-to-any-file :
18
- - check_version.py
19
- - setup.py
20
- - MANIFEST.in
21
- - setup.cfg
16
+ - changed-files :
17
+ - any-glob-to-any-file :
18
+ - check_version.py
19
+ - setup.py
20
+ - MANIFEST.in
21
+ - setup.cfg
22
22
23
23
github-actions :
24
- - changed-files :
25
- - any-glob-to-any-file :
26
- - " .github/**/*"
24
+ - changed-files :
25
+ - any-glob-to-any-file :
26
+ - " .github/**/*"
27
27
28
28
tests :
29
- - changed-files :
30
- - any-glob-to-any-file :
31
- - " spam_detector_ai/test_and_tuning/**/*"
29
+ - changed-files :
30
+ - any-glob-to-any-file :
31
+ - " spam_detector_ai/test_and_tuning/**/*"
32
32
33
33
models :
34
- - changed-files :
35
- - any-glob-to-any-file :
36
- - " spam_detector_ai/models/**/*"
34
+ - changed-files :
35
+ - any-glob-to-any-file :
36
+ - " spam_detector_ai/models/**/*"
37
37
38
38
training :
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/**/*"
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
46
47
47
feature :
48
- - head-branch : ['^feature', 'feature']
48
+ - head-branch : [ '^feature', 'feature' ]
49
49
50
50
bug :
51
- - head-branch : ['^bug', 'bug']
51
+ - head-branch : [ '^bug', 'bug' ]
52
52
53
53
fix :
54
- - head-branch : ['^fix', 'fix']
54
+ - head-branch : [ '^fix', 'fix' ]
55
55
56
56
bugfix :
57
- - head-branch : ['^bugfix', 'bugfix']
57
+ - head-branch : [ '^bugfix', 'bugfix' ]
58
58
59
59
chore :
60
- - head-branch : ['^chore', 'chore']
60
+ - head-branch : [ '^chore', 'chore' ]
61
61
62
62
maintenance :
63
- - head-branch : ['^maintenance', 'maintenance']
63
+ - head-branch : [ '^maintenance', 'maintenance' ]
0 commit comments