oauth2-proxy/.github/labeler.yml

15 lines
206 B
YAML
Raw Normal View History

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