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

5
OWNERS
View File

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