Update labeler.yml

This commit is contained in:
Alex
2024-11-03 21:22:34 +00:00
committed by GitHub
parent 5d4c067d80
commit dbfc1bb68f

24
.github/labeler.yml vendored
View File

@@ -1,23 +1,31 @@
repo: repo:
- '*' - changed-files:
- any-glob-to-any-file: '*'
github: github:
- .github/**/* - changed-files:
- any-glob-to-any-file: '.github/**/*'
application: application:
- application/**/* - changed-files:
- any-glob-to-any-file: 'application/**/*'
docs: docs:
- docs/**/* - changed-files:
- any-glob-to-any-file: 'docs/**/*'
extensions: extensions:
- extensions/**/* - changed-files:
- any-glob-to-any-file: 'extensions/**/*'
frontend: frontend:
- frontend/**/* - changed-files:
- any-glob-to-any-file: 'frontend/**/*'
scripts: scripts:
- scripts/**/* - changed-files:
- any-glob-to-any-file: 'scripts/**/*'
tests: tests:
- tests/**/* - changed-files:
- any-glob-to-any-file: 'tests/**/*'