mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-14 17:34:06 +00:00
7be48049ff
Emergency change to be compatible with `actions/labeler` v5 Observed on: - #1620
56 lines
917 B
YAML
56 lines
917 B
YAML
'm:release':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'CHANGELOG.md'
|
|
- 'gradle.properties'
|
|
|
|
'm:docs':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '*.md'
|
|
- 'docs/**/*'
|
|
|
|
'm:workflow':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- .github/**
|
|
|
|
'm:gradle':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'gradle*'
|
|
- 'gradle/**'
|
|
- '**/settings.gradle.*'
|
|
- '**/build.gradle.*'
|
|
- 'sjpp.jar'
|
|
|
|
'm:source':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'skin/**/*'
|
|
- 'src/**/*'
|
|
- 'stdlib/**/*'
|
|
- 'svg/**/*'
|
|
- 'themes/**/*'
|
|
- 'manifest.txt'
|
|
|
|
'm:test':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'test/**/*'
|
|
|
|
'm:license':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/*license.txt'
|
|
|
|
'm:docker':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- Dockerfile
|
|
|
|
'm:native':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- .github/workflows/native-image.yml
|