mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 02:11:09 +00:00
use OWNERS regex filtering mechanism to auto-label metrics changes
use OWNERS regex filtering mechanism to auto-label metrics changes Change-Id: Ia6538ca43f6ab3350e4c18abb77a9fb32d8aa5f5 remove reviewers section Change-Id: I92e7f633dc6e50b84b7bc430b589041e7bd3ea44
This commit is contained in:
parent
489a525423
commit
c1480f2f2e
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