Rolled back labeler to v4 (#2290)
This commit is contained in:
parent
d41141f23b
commit
0061bbeaee
|
|
@ -1,14 +1,14 @@
|
||||||
go:
|
go:
|
||||||
- changed-files: '**/*.go'
|
- '**/*.go'
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
- changed-files: 'docs/**/*'
|
- 'docs/**/*'
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
- changed-files: 'CHANGELOG.md'
|
- 'CHANGELOG.md'
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
- changed-files: '**/*_test.go'
|
- '**/*_test.go'
|
||||||
|
|
||||||
provider:
|
provider:
|
||||||
- changed-files: 'providers/**/*'
|
- 'providers/**/*'
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,5 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/labeler@v5.0.0-beta.1
|
- uses: actions/labeler@v5.0.0-beta.1
|
||||||
with:
|
with:
|
||||||
sync-labels: true
|
sync: true
|
||||||
|
dot: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue