aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-09-11 11:29:59 -0700
committerGravatar Vijay Pai <vpai@google.com>2017-09-11 11:29:59 -0700
commit0ebc3ad22b50ec759b5949f682bdf4b679f305b4 (patch)
treec3fee4976eb469cb45c892345c5a0c2e84974c64 /.github
parent4a7e0594cc8434a6834ac61cb0b1198ac859affd (diff)
Temporarily take ownership of cpp generator to prevent changes
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 094e43e470..2a4eacd998 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -3,4 +3,5 @@
# repository as the source of truth for module ownership.
/**/OWNERS @markdroth @nicolasnoble @ctiller
/bazel/** @nicolasnoble @dgquintas @ctiller
+/src/compiler/cpp_generator.cc @vjpai
/src/core/ext/filters/client_channel/** @markdroth @dgquintas @ctiller