From 55473f460849caa64159ed826933ef0b15e0aeb6 Mon Sep 17 00:00:00 2001 From: Jeffrey Regan Date: Tue, 30 May 2017 14:18:23 -0700 Subject: [PATCH] Add jregan to OWNERS for kubectl isolation work. The kubectl decoupling project (#598) requires many BUILD edits. Even relatively simple PR's involve many OWNER files, e.g. #46317 involves five. We plan to script-generate some PRs, and those may involve _hundreds_ of BUILD files. This project will take many PRs, and collecting all approvals for each will be very time consuming. --- OWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/OWNERS b/OWNERS index d4e7933808cbf..1f898c88e7fa7 100644 --- a/OWNERS +++ b/OWNERS @@ -10,6 +10,7 @@ approvers: - brendandburns - dchen1107 - jbeda + - jregan # To modify BUILD files per proposal #598 - lavalamp - smarterclayton - thockin