Use OWNERS filters to give approval to ixdy for Bazel build changes

pull/8/head
Jeff Grafton 2018-04-12 11:31:56 -07:00
parent cce6a95ce5
commit 6a233b48b4
1 changed files with 29 additions and 17 deletions

46
OWNERS
View File

@ -1,17 +1,29 @@
reviewers:
- brendandburns
- dchen1107
- jbeda
- lavalamp
- smarterclayton
- thockin
approvers:
- bgrant0607
- brendandburns
- dchen1107
- jbeda
- monopole # To move code per kubernetes/community#598
- lavalamp
- smarterclayton
- thockin
- wojtek-t
filters:
".*":
reviewers:
- brendandburns
- dchen1107
- jbeda
- lavalamp
- smarterclayton
- thockin
approvers:
- bgrant0607
- brendandburns
- dchen1107
- jbeda
- monopole # To move code per kubernetes/community#598
- lavalamp
- smarterclayton
- thockin
- wojtek-t
# Bazel build infrastructure changes often touch files throughout the tree
"\.bzl$":
reviewers:
- ixdy
approvers:
- ixdy
"BUILD(\.bazel)?$":
approvers:
- ixdy