Skip to content

Commit

Permalink
ci: Update labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Jul 22, 2024
1 parent d2292fa commit 524c244
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
github:
GitHub:
- changed-files:
- any-glob-to-any-file: '.github/**/*'

translations:
🌐 Translations:
- changed-files:
- any-glob-to-any-file: 'i18n/**/*'
- any-glob-to-any-file: 'app/i18n.py'

tests:
🧪 Tests:
- changed-files:
- any-glob-to-any-file: 'tests/**/*'

docker:
🐳 Docker:
- changed-files:
- any-glob-to-any-file: 'docker/**/*'
- any-glob-to-any-file: 'Dockerfile'
- any-glob-to-any-file: 'docker-compose.yml'

api:
API:
- changed-files:
- any-glob-to-any-file: 'app/knowledge_panels.py'
- any-glob-to-any-file: 'app/main.py'
- any-glob-to-any-file: 'app/off.py'
- any-glob-to-any-file: 'app/wikidata_utils.py'
- any-glob-to-any-file: 'app/settings.py'

models:
Models:
- changed-files:
- any-glob-to-any-file: 'app/models.py'

documentation:
📚 Documentation:
- any-glob-to-any-file: ['*.MD']

0 comments on commit 524c244

Please sign in to comment.