mirror of https://github.com/k3s-io/k3s
Use OWNERS filters to give approval to ixdy for Bazel build changes
parent
cce6a95ce5
commit
6a233b48b4
46
OWNERS
46
OWNERS
|
@ -1,17 +1,29 @@
|
||||||
reviewers:
|
filters:
|
||||||
- brendandburns
|
".*":
|
||||||
- dchen1107
|
reviewers:
|
||||||
- jbeda
|
- brendandburns
|
||||||
- lavalamp
|
- dchen1107
|
||||||
- smarterclayton
|
- jbeda
|
||||||
- thockin
|
- lavalamp
|
||||||
approvers:
|
- smarterclayton
|
||||||
- bgrant0607
|
- thockin
|
||||||
- brendandburns
|
approvers:
|
||||||
- dchen1107
|
- bgrant0607
|
||||||
- jbeda
|
- brendandburns
|
||||||
- monopole # To move code per kubernetes/community#598
|
- dchen1107
|
||||||
- lavalamp
|
- jbeda
|
||||||
- smarterclayton
|
- monopole # To move code per kubernetes/community#598
|
||||||
- thockin
|
- lavalamp
|
||||||
- wojtek-t
|
- smarterclayton
|
||||||
|
- thockin
|
||||||
|
- wojtek-t
|
||||||
|
|
||||||
|
# Bazel build infrastructure changes often touch files throughout the tree
|
||||||
|
"\.bzl$":
|
||||||
|
reviewers:
|
||||||
|
- ixdy
|
||||||
|
approvers:
|
||||||
|
- ixdy
|
||||||
|
"BUILD(\.bazel)?$":
|
||||||
|
approvers:
|
||||||
|
- ixdy
|
||||||
|
|
Loading…
Reference in New Issue