openrag/.github/labeler.yml
2025-12-23 14:00:55 -05:00

26 lines
470 B
YAML

frontend:
- changed-files:
- any-glob-to-any-file: 'frontend/**'
backend:
- changed-files:
- any-glob-to-any-file: 'src/**'
documentation:
- changed-files:
- any-glob-to-any-file: 'docs/**'
ci:
- changed-files:
- any-glob-to-any-file: '.github/**'
tests:
- changed-files:
- any-glob-to-any-file: 'tests/**'
docker:
- changed-files:
- any-glob-to-any-file:
- 'Dockerfile*'
- 'docker-compose*.yml'