mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-21 12:35:10 +00:00
fix: emergency change to be compatible with actions/labeler
v5
Emergency change to be compatible with `actions/labeler` v5 Observed on: - #1620
This commit is contained in:
parent
956e23c33c
commit
7be48049ff
58
.github/labeler.yml
vendored
58
.github/labeler.yml
vendored
@ -1,37 +1,55 @@
|
|||||||
'm:release':
|
'm:release':
|
||||||
- 'CHANGELOG.md'
|
- changed-files:
|
||||||
- 'gradle.properties'
|
- any-glob-to-any-file:
|
||||||
|
- 'CHANGELOG.md'
|
||||||
|
- 'gradle.properties'
|
||||||
|
|
||||||
'm:docs':
|
'm:docs':
|
||||||
- '*.md'
|
- changed-files:
|
||||||
- 'docs/**/*'
|
- any-glob-to-any-file:
|
||||||
|
- '*.md'
|
||||||
|
- 'docs/**/*'
|
||||||
|
|
||||||
'm:workflow':
|
'm:workflow':
|
||||||
- .github/**
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- .github/**
|
||||||
|
|
||||||
'm:gradle':
|
'm:gradle':
|
||||||
- 'gradle*'
|
- changed-files:
|
||||||
- 'gradle/**'
|
- any-glob-to-any-file:
|
||||||
- '**/settings.gradle.*'
|
- 'gradle*'
|
||||||
- '**/build.gradle.*'
|
- 'gradle/**'
|
||||||
- 'sjpp.jar'
|
- '**/settings.gradle.*'
|
||||||
|
- '**/build.gradle.*'
|
||||||
|
- 'sjpp.jar'
|
||||||
|
|
||||||
'm:source':
|
'm:source':
|
||||||
- 'skin/**/*'
|
- changed-files:
|
||||||
- 'src/**/*'
|
- any-glob-to-any-file:
|
||||||
- 'stdlib/**/*'
|
- 'skin/**/*'
|
||||||
- 'svg/**/*'
|
- 'src/**/*'
|
||||||
- 'themes/**/*'
|
- 'stdlib/**/*'
|
||||||
- 'manifest.txt'
|
- 'svg/**/*'
|
||||||
|
- 'themes/**/*'
|
||||||
|
- 'manifest.txt'
|
||||||
|
|
||||||
'm:test':
|
'm:test':
|
||||||
- 'test/**/*'
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- 'test/**/*'
|
||||||
|
|
||||||
'm:license':
|
'm:license':
|
||||||
- '**/*license.txt'
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- '**/*license.txt'
|
||||||
|
|
||||||
'm:docker':
|
'm:docker':
|
||||||
- Dockerfile
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- Dockerfile
|
||||||
|
|
||||||
'm:native':
|
'm:native':
|
||||||
- .github/workflows/native-image.yml
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- .github/workflows/native-image.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user