1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-01 08:00:48 +00:00
plantuml/.github/labeler.yml
The-Lum 30c95d3e35 chore: add new labels for PR
- `m:test`
- `m:license`
2023-09-18 10:23:08 +00:00

38 lines
450 B
YAML

'm:release':
- 'CHANGELOG.md'
- 'gradle.properties'
'm:docs':
- '*.md'
- 'docs/**/*'
'm:workflow':
- .github/**
'm:gradle':
- 'gradle*'
- 'gradle/**'
- '**/settings.gradle.*'
- '**/build.gradle.*'
- 'sjpp.jar'
'm:source':
- 'skin/**/*'
- 'src/**/*'
- 'stdlib/**/*'
- 'svg/**/*'
- 'themes/**/*'
- 'manifest.txt'
'm:test':
- 'test/**/*'
'm:license':
- '**/*license.txt'
'm:docker':
- Dockerfile
'm:native':
- .github/workflows/native-image.yml