Skip to content

Commit

Permalink
use OWNERS regex filtering mechanism to auto-label metrics changes
Browse files Browse the repository at this point in the history
use OWNERS regex filtering mechanism to auto-label metrics changes

Change-Id: Ia6538ca43f6ab3350e4c18abb77a9fb32d8aa5f5

remove reviewers section

Change-Id: I92e7f633dc6e50b84b7bc430b589041e7bd3ea44
  • Loading branch information
Han Kang committed Apr 17, 2020
1 parent 489a525 commit c1480f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c1480f2

Please sign in to comment.