1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-08 04:03:58 +02:00
oauth2-proxy/.github/labeler.yml
2023-10-25 15:12:49 +01:00

15 lines
131 B
YAML

go:
- '**/*.go'
docs:
- 'docs/**/*'
changelog:
- 'CHANGELOG.md'
tests:
- '**/*_test.go'
provider:
- 'providers/**/*'