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:
Han Kang 2020-04-16 13:25:22 -07:00
parent 489a525423
commit c1480f2f2e

7
OWNERS
View File

@ -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