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
Koen van Zuijlen 7f6109f469
Added an automatic PR labeler (#2286)
* Added an automatic PR labeler

* Update .github/workflows/labeler.yaml

Co-authored-by: Jan Larwig <jan@larwig.com>

---------

Co-authored-by: Jan Larwig <jan@larwig.com>
2023-10-25 11:37:32 +01:00

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/**/*'