Merge pull request #90220 from logicalhan/sig-instrumentation-label

use OWNERS regex filtering mechanism to auto-label metrics changes
This commit is contained in:
Kubernetes Prow Robot 2020-04-17 22:03:36 -07:00 committed by GitHub
commit b54c4eaebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
OWNERS
View File

@ -37,4 +37,9 @@ filters:
required_reviewers:
- kubernetes/dep-approvers
labels:
- area/dependency
- area/dependency
# metrics.go files are sig-instrumentation related, and should be tagged
# and reviewed by sig-instrumentation
"metrics\\.go$":
labels:
- sig/instrumentation