forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OWNERS
45 lines (42 loc) · 981 Bytes
/
OWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# 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