From 0ebc3ad22b50ec759b5949f682bdf4b679f305b4 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Mon, 11 Sep 2017 11:29:59 -0700 Subject: Temporarily take ownership of cpp generator to prevent changes --- .github/CODEOWNERS | 1 + src/compiler/OWNERS | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/compiler/OWNERS 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 diff --git a/src/compiler/OWNERS b/src/compiler/OWNERS new file mode 100644 index 0000000000..96b89fc60f --- /dev/null +++ b/src/compiler/OWNERS @@ -0,0 +1 @@ +@vjpai cpp_generator.cc -- cgit v1.2.3