Update labeler to v5 (#2434)
* Update labeler.yml * Update labeler.yaml * Update labeler.yaml
This commit is contained in:
parent
5b21a8408c
commit
2742c85ec6
|
|
@ -1,21 +1,35 @@
|
|||
go:
|
||||
- '**/*.go'
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- '**/*.go'
|
||||
|
||||
docs:
|
||||
- '**/*.md'
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- '**/*.md'
|
||||
|
||||
changelog:
|
||||
- 'CHANGELOG.md'
|
||||
- cNhanged-files:
|
||||
- any-glob-to-any-file:
|
||||
- 'CHAGELOG.md'
|
||||
|
||||
tests:
|
||||
- '**/*_test.go'
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- '**/*_test.go'
|
||||
|
||||
provider:
|
||||
- 'providers/**/*'
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- 'providers/**/*'
|
||||
|
||||
dependencies:
|
||||
- 'go.mod'
|
||||
- 'go.sum'
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- 'go.mod'
|
||||
- 'go.sum'
|
||||
|
||||
docker:
|
||||
- '**/Dockerfile'
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- '**/Dockerfile'
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v4
|
||||
- uses: actions/labeler@v5
|
||||
with:
|
||||
sync: true
|
||||
sync-labels: true
|
||||
dot: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue