Skip to content

Commit c2907aa

Browse files
authored
Trying fixing (#28)
1 parent b060488 commit c2907aa

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

.github/labeler.yml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
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/**/*"
88

99
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
1414

1515
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
2222

2323
github-actions:
24-
- changed-files:
25-
- any-glob-to-any-file:
26-
- ".github/**/*"
24+
- changed-files:
25+
- any-glob-to-any-file:
26+
- ".github/**/*"
2727

2828
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/**/*"
3232

3333
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/**/*"
3737

3838
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/**/*"
4646

4747
feature:
48-
- head-branch: ['^feature', 'feature']
48+
- head-branch: [ '^feature', 'feature' ]
4949

5050
bug:
51-
- head-branch: ['^bug', 'bug']
51+
- head-branch: [ '^bug', 'bug' ]
5252

5353
fix:
54-
- head-branch: ['^fix', 'fix']
54+
- head-branch: [ '^fix', 'fix' ]
5555

5656
bugfix:
57-
- head-branch: ['^bugfix', 'bugfix']
57+
- head-branch: [ '^bugfix', 'bugfix' ]
5858

5959
chore:
60-
- head-branch: ['^chore', 'chore']
60+
- head-branch: [ '^chore', 'chore' ]
6161

6262
maintenance:
63-
- head-branch: ['^maintenance', 'maintenance']
63+
- head-branch: [ '^maintenance', 'maintenance' ]

0 commit comments

Comments
 (0)