You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-07-01 01:04:59 +02:00
Rolled back labeler to v4 (#2290)
This commit is contained in:
10
.github/labeler.yml
vendored
10
.github/labeler.yml
vendored
@ -1,14 +1,14 @@
|
||||
go:
|
||||
- changed-files: '**/*.go'
|
||||
- '**/*.go'
|
||||
|
||||
docs:
|
||||
- changed-files: 'docs/**/*'
|
||||
- 'docs/**/*'
|
||||
|
||||
changelog:
|
||||
- changed-files: 'CHANGELOG.md'
|
||||
- 'CHANGELOG.md'
|
||||
|
||||
tests:
|
||||
- changed-files: '**/*_test.go'
|
||||
- '**/*_test.go'
|
||||
|
||||
provider:
|
||||
- changed-files: 'providers/**/*'
|
||||
- 'providers/**/*'
|
||||
|
3
.github/workflows/labeler.yaml
vendored
3
.github/workflows/labeler.yaml
vendored
@ -11,4 +11,5 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/labeler@v5.0.0-beta.1
|
||||
with:
|
||||
sync-labels: true
|
||||
sync: true
|
||||
dot: true
|
||||
|
Reference in New Issue
Block a user