aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-02-06 21:41:24 -0800
committerGravatar Vijay Pai <vpai@google.com>2018-02-06 21:41:24 -0800
commit811d39a5bc49ac34fcdd8a7f1a28ccb1f6e186e2 (patch)
tree192ba43b0e0bd1cdafff717fa18aead1dbcb2e00 /.github
parent3629f1f3bc22532f4734a7388ecd4129c529534f (diff)
Add owners to C++ end2end tests to prevent accident API breakage
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 fb6f98cc82..9c0e9dd867 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -5,5 +5,6 @@
/bazel/** @nicolasnoble @dgquintas @a11r @vjpai
/cmake/** @jtattermusch @nicolasnoble @matt-kwong
/src/core/ext/filters/client_channel/** @markdroth @dgquintas @a11r
+/test/cpp/end2end/** @vjpai @yang-g @y-zeng
/tools/dockerfile/** @jtattermusch @matt-kwong @nicolasnoble
/tools/run_tests/performance/** @ncteisen @matt-kwong @jtattermusch