Skip to content

Commit c1480f2

Browse files
author
Han Kang
committed
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
1 parent 489a525 commit c1480f2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

OWNERS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,9 @@ filters:
3737
required_reviewers:
3838
- kubernetes/dep-approvers
3939
labels:
40-
- area/dependency
40+
- area/dependency
41+
# metrics.go files are sig-instrumentation related, and should be tagged
42+
# and reviewed by sig-instrumentation
43+
"metrics\\.go$":
44+
labels:
45+
- sig/instrumentation

0 commit comments

Comments
 (0)