mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-01-08 04:03:58 +02:00
7f6109f469
* Added an automatic PR labeler * Update .github/workflows/labeler.yaml Co-authored-by: Jan Larwig <jan@larwig.com> --------- Co-authored-by: Jan Larwig <jan@larwig.com>
15 lines
206 B
YAML
15 lines
206 B
YAML
go:
|
|
- changed-files: '**/*.go'
|
|
|
|
docs:
|
|
- changed-files: 'docs/**/*'
|
|
|
|
changelog:
|
|
- changed-files: 'CHANGELOG.md'
|
|
|
|
tests:
|
|
- changed-files: '**/*_test.go'
|
|
|
|
provider:
|
|
- changed-files: 'providers/**/*'
|