mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2024-11-11 02:10:11 +01:00
19831c050c
* Automatically label PRs * Update labeler-config.yml
20 lines
462 B
YAML
20 lines
462 B
YAML
translation:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'src/main/resources/messages_*_*.properties'
|
|
|
|
Front End:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'src/main/resources/templates/**'
|
|
|
|
java:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'src/main/java/**/*.java'
|
|
|
|
documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file: '**/*.md'
|
|
|
|
docker:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'Dockerfile'
|
|
- any-glob-to-any-file: 'Dockerfile-*' |