mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
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
5
OWNERS
5
OWNERS
@ -38,3 +38,8 @@ filters:
|
|||||||
- 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