mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-01-10 04:18:14 +02:00
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/**/*'
|