Skip to content

Commit

Permalink
Trying fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspd committed Feb 4, 2024
1 parent b060488 commit 3bfbd42
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
documentation:
- changed-files:
- any-glob-to-any-file:
- "**/*.md"
- LICENSE
- "docs/**/*"
- "screenshots/**/*"
- changed-files:
- any-glob-to-any-file:
- "**/*.md"
- LICENSE
- "docs/**/*"
- "screenshots/**/*"

dependencies:
- changed-files:
- any-glob-to-any-file:
- requirements.txt
- requirements-dev.txt
- changed-files:
- any-glob-to-any-file:
- requirements.txt
- requirements-dev.txt

publishing:
- changed-files:
- any-glob-to-any-file:
- check_version.py
- setup.py
- MANIFEST.in
- setup.cfg
- changed-files:
- any-glob-to-any-file:
- check_version.py
- setup.py
- MANIFEST.in
- setup.cfg

github-actions:
- changed-files:
- any-glob-to-any-file:
- ".github/**/*"
- changed-files:
- any-glob-to-any-file:
- ".github/**/*"

tests:
- changed-files:
- any-glob-to-any-file:
- "spam_detector_ai/test_and_tuning/**/*"
- changed-files:
- any-glob-to-any-file:
- "spam_detector_ai/test_and_tuning/**/*"

models:
- changed-files:
- any-glob-to-any-file:
- "spam_detector_ai/models/**/*"
- changed-files:
- any-glob-to-any-file:
- "spam_detector_ai/models/**/*"

training:
- changed-files:
- any-glob-to-any-file:
- "spam_detector_ai/training/**/*"
- "spam_detector_ai/data/**/*"
- "spam_detector_ai/classifiers/**/*"
- "spam_detector_ai/prediction/**/*"
- "spam_detector_ai/loading_and_processing/**/*"
- changed-files:
- any-glob-to-any-file:
- "spam_detector_ai/training/**/*"
- "spam_detector_ai/data/**/*"
- "spam_detector_ai/classifiers/**/*"
- "spam_detector_ai/prediction/**/*"
- "spam_detector_ai/loading_and_processing/**/*"

feature:
- head-branch: ['^feature', 'feature']
- head-branch: [ '^feature', 'feature' ]

bug:
- head-branch: ['^bug', 'bug']
- head-branch: [ '^bug', 'bug' ]

fix:
- head-branch: ['^fix', 'fix']
- head-branch: [ '^fix', 'fix' ]

bugfix:
- head-branch: ['^bugfix', 'bugfix']
- head-branch: [ '^bugfix', 'bugfix' ]

chore:
- head-branch: ['^chore', 'chore']
- head-branch: [ '^chore', 'chore' ]

maintenance:
- head-branch: ['^maintenance', 'maintenance']
- head-branch: [ '^maintenance', 'maintenance' ]

0 comments on commit 3bfbd42

Please sign in to comment.