From 6a233b48b48915d218d14c34e01b106b8e35c375 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Thu, 12 Apr 2018 11:31:56 -0700 Subject: [PATCH] Use OWNERS filters to give approval to ixdy for Bazel build changes --- OWNERS | 46 +++++++++++++++++++++++++++++----------------- 1 file changed, 29 insertions(+), 17 deletions(-) diff --git a/OWNERS b/OWNERS index ec80d280a66..e68951c12f0 100644 --- a/OWNERS +++ b/OWNERS @@ -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