mirror of https://github.com/k3s-io/k3s
Use OWNERS filters to give approval to ixdy for Bazel build changes
parent
cce6a95ce5
commit
6a233b48b4
16
OWNERS
16
OWNERS
|
@ -1,11 +1,13 @@
|
||||||
reviewers:
|
filters:
|
||||||
|
".*":
|
||||||
|
reviewers:
|
||||||
- brendandburns
|
- brendandburns
|
||||||
- dchen1107
|
- dchen1107
|
||||||
- jbeda
|
- jbeda
|
||||||
- lavalamp
|
- lavalamp
|
||||||
- smarterclayton
|
- smarterclayton
|
||||||
- thockin
|
- thockin
|
||||||
approvers:
|
approvers:
|
||||||
- bgrant0607
|
- bgrant0607
|
||||||
- brendandburns
|
- brendandburns
|
||||||
- dchen1107
|
- dchen1107
|
||||||
|
@ -15,3 +17,13 @@ approvers:
|
||||||
- smarterclayton
|
- smarterclayton
|
||||||
- thockin
|
- thockin
|
||||||
- wojtek-t
|
- 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