
use OWNERS regex filtering mechanism to auto-label metrics changes Change-Id: Ia6538ca43f6ab3350e4c18abb77a9fb32d8aa5f5 remove reviewers section Change-Id: I92e7f633dc6e50b84b7bc430b589041e7bd3ea44
46 lines
981 B
Plaintext
46 lines
981 B
Plaintext
# See the OWNERS docs at https://go.k8s.io/owners
|
|
|
|
filters:
|
|
".*":
|
|
reviewers:
|
|
- brendandburns
|
|
- dchen1107
|
|
- lavalamp
|
|
- smarterclayton
|
|
- thockin
|
|
- liggitt
|
|
approvers:
|
|
- bgrant0607
|
|
- brendandburns
|
|
- dchen1107
|
|
- lavalamp
|
|
- smarterclayton
|
|
- thockin
|
|
- wojtek-t
|
|
- liggitt
|
|
emeritus_approvers:
|
|
- jbeda
|
|
|
|
# Bazel build infrastructure changes often touch files throughout the tree
|
|
"\\.bzl$":
|
|
reviewers:
|
|
- ixdy
|
|
approvers:
|
|
- ixdy
|
|
"BUILD(\\.bazel)?$":
|
|
approvers:
|
|
- ixdy
|
|
|
|
# go.{mod,sum} files relate to go dependencies, and should be reviewed by the
|
|
# dep-approvers
|
|
"go\\.(mod|sum)$":
|
|
required_reviewers:
|
|
- kubernetes/dep-approvers
|
|
labels:
|
|
- area/dependency
|
|
# metrics.go files are sig-instrumentation related, and should be tagged
|
|
# and reviewed by sig-instrumentation
|
|
"metrics\\.go$":
|
|
labels:
|
|
- sig/instrumentation
|