Skip to content

Commit

Permalink
Following documentation for labeler version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspd committed Feb 4, 2024
1 parent e7bf7dc commit b060488
Showing 1 changed file with 50 additions and 17 deletions.
67 changes: 50 additions & 17 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,63 @@
documentation:
- "**/*.md"
- LICENSE
- "docs/**/*"
- "screenshots/**/*"
- changed-files:
- any-glob-to-any-file:
- "**/*.md"
- LICENSE
- "docs/**/*"
- "screenshots/**/*"

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

publishing:
- 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:
- ".github/**/*"
- changed-files:
- any-glob-to-any-file:
- ".github/**/*"

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

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

training:
- "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']

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

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

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

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

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

0 comments on commit b060488

Please sign in to comment.