1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-05 01:50:49 +00:00
plantuml/.github/labeler.yml

56 lines
917 B
YAML
Raw Normal View History

2023-04-04 12:51:28 +00:00
'm:release':
- changed-files:
- any-glob-to-any-file:
- 'CHANGELOG.md'
- 'gradle.properties'
2023-04-04 12:51:28 +00:00
'm:docs':
- changed-files:
- any-glob-to-any-file:
- '*.md'
- 'docs/**/*'
2023-04-04 12:51:28 +00:00
'm:workflow':
- changed-files:
- any-glob-to-any-file:
- .github/**
2023-04-04 12:51:28 +00:00
'm:gradle':
- changed-files:
- any-glob-to-any-file:
- 'gradle*'
- 'gradle/**'
- '**/settings.gradle.*'
- '**/build.gradle.*'
- 'sjpp.jar'
2023-04-04 12:51:28 +00:00
'm:source':
- changed-files:
- any-glob-to-any-file:
- 'skin/**/*'
- 'src/**/*'
- 'stdlib/**/*'
- 'svg/**/*'
- 'themes/**/*'
- 'manifest.txt'
2023-04-04 12:51:28 +00:00
'm:test':
- changed-files:
- any-glob-to-any-file:
- 'test/**/*'
'm:license':
- changed-files:
- any-glob-to-any-file:
- '**/*license.txt'
2023-04-04 12:51:28 +00:00
'm:docker':
- changed-files:
- any-glob-to-any-file:
- Dockerfile
2023-04-04 12:51:28 +00:00
'm:native':
- changed-files:
- any-glob-to-any-file:
- .github/workflows/native-image.yml