1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-24 08:52:25 +02:00

Additional labels (#2293)

* Added docker and dependencies labels

* Updated docs label to include all MarkDown related changes
This commit is contained in:
Koen van Zuijlen 2023-10-26 11:57:34 +02:00 committed by GitHub
parent 70571d96e1
commit a53da415c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.github/labeler.yml vendored
View File

@ -2,7 +2,7 @@ go:
- '**/*.go'
docs:
- 'docs/**/*'
- '**/*.md'
changelog:
- 'CHANGELOG.md'
@ -12,3 +12,10 @@ tests:
provider:
- 'providers/**/*'
dependencies:
- 'go.mod'
- 'go.sum'
docker:
- '**/Dockerfile'