mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-05-21 22:33:38 +02:00
Update labeler to v5 (#2434)
* Update labeler.yml * Update labeler.yaml * Update labeler.yaml
This commit is contained in:
parent
5b21a8408c
commit
2742c85ec6
16
.github/labeler.yml
vendored
16
.github/labeler.yml
vendored
@ -1,21 +1,35 @@
|
|||||||
go:
|
go:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
- '**/*.go'
|
- '**/*.go'
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
- 'CHANGELOG.md'
|
- cNhanged-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- 'CHAGELOG.md'
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
- '**/*_test.go'
|
- '**/*_test.go'
|
||||||
|
|
||||||
provider:
|
provider:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
- 'providers/**/*'
|
- 'providers/**/*'
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
- 'go.mod'
|
- 'go.mod'
|
||||||
- 'go.sum'
|
- 'go.sum'
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
- '**/Dockerfile'
|
- '**/Dockerfile'
|
||||||
|
4
.github/workflows/labeler.yaml
vendored
4
.github/workflows/labeler.yaml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
pull-requests: write
|
pull-requests: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/labeler@v4
|
- uses: actions/labeler@v5
|
||||||
with:
|
with:
|
||||||
sync: true
|
sync-labels: true
|
||||||
dot: true
|
dot: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user