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:
The-Lum 2024-02-13 13:11:30 +01:00 committed by GitHub
parent 956e23c33c
commit 7be48049ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 38 additions and 20 deletions

18
.github/labeler.yml vendored
View File

@ -1,15 +1,23 @@
'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.*'
@ -17,6 +25,8 @@
- 'sjpp.jar'
'm:source':
- changed-files:
- any-glob-to-any-file:
- 'skin/**/*'
- 'src/**/*'
- 'stdlib/**/*'
@ -25,13 +35,21 @@
- '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