aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-01-16 20:44:40 -0800
committerGravatar GitHub <noreply@github.com>2018-01-16 20:44:40 -0800
commit73e74688d686c2dc4b46a7747f333f0720b0c27b (patch)
treed57b1c979a9c3a63af1c2fd792b68b5b70b8727c
parent361b424ce0e2f455fa6d26b96dc454fed402c06c (diff)
parent294e996a8d6fb6603134d2edb3b279eea6dcd503 (diff)
Merge pull request #13993 from vjpai/buildown
Add me to build system owners
-rw-r--r--.github/CODEOWNERS2
-rw-r--r--bazel/OWNERS1
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 093e9396cf..d45d545454 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -2,6 +2,6 @@
# Uses OWNERS files in different modules throughout the
# repository as the source of truth for module ownership.
/**/OWNERS @markdroth @nicolasnoble @a11r
-/bazel/** @nicolasnoble @dgquintas @a11r
+/bazel/** @nicolasnoble @dgquintas @a11r @vjpai
/src/core/ext/filters/client_channel/** @markdroth @dgquintas @a11r
/tools/run_tests/performance/** @ncteisen @matt-kwong @ctiller
diff --git a/bazel/OWNERS b/bazel/OWNERS
index f6ad849be3..613ba36be8 100644
--- a/bazel/OWNERS
+++ b/bazel/OWNERS
@@ -2,4 +2,5 @@ set noparent
@nicolasnoble
@dgquintas
@a11r
+@vjpai