mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-01-08 04:03:58 +02:00
15 lines
131 B
YAML
15 lines
131 B
YAML
go:
|
|
- '**/*.go'
|
|
|
|
docs:
|
|
- 'docs/**/*'
|
|
|
|
changelog:
|
|
- 'CHANGELOG.md'
|
|
|
|
tests:
|
|
- '**/*_test.go'
|
|
|
|
provider:
|
|
- 'providers/**/*'
|