oauth2-proxy/.github/labeler.yml
2024-01-27 09:57:42 +01:00

36 lines
551 B
YAML

go:
- changed-files:
- any-glob-to-any-file:
- '**/*.go'
docs:
- changed-files:
- any-glob-to-any-file:
- '**/*.md'
changelog:
- changed-files:
- any-glob-to-any-file:
- 'CHAGELOG.md'
tests:
- changed-files:
- any-glob-to-any-file:
- '**/*_test.go'
provider:
- changed-files:
- any-glob-to-any-file:
- 'providers/**/*'
dependencies:
- changed-files:
- any-glob-to-any-file:
- 'go.mod'
- 'go.sum'
docker:
- changed-files:
- any-glob-to-any-file:
- '**/Dockerfile'