Merge pull request #90220 from logicalhan/sig-instrumentation-label
use OWNERS regex filtering mechanism to auto-label metrics changes
This commit is contained in:
commit
b54c4eaebb
7
OWNERS
7
OWNERS
@ -37,4 +37,9 @@ filters:
|
|||||||
required_reviewers:
|
required_reviewers:
|
||||||
- kubernetes/dep-approvers
|
- kubernetes/dep-approvers
|
||||||
labels:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user