mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04: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
1 changed files with 6 additions and 1 deletions
7
OWNERS
7
OWNERS
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue