Skip to content

Commit

Permalink
Use OWNERS filters to give approval to ixdy for Bazel build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ixdy committed Apr 12, 2018
1 parent cce6a95 commit 6a233b4
Showing 1 changed file with 29 additions and 17 deletions.
46 changes: 29 additions & 17 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6a233b4

Please sign in to comment.