Merge pull request #14349 from vjpai/own2own

Add owners to C++ end2end tests to reduce chance of accidental API breakage
pull/14190/head
Vijay Pai 7 years ago committed by GitHub
commit f37d33a21a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/CODEOWNERS
  2. 5
      test/cpp/end2end/OWNERS

@ -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

@ -0,0 +1,5 @@
set noparent
@vjpai
@yang-g
@y-zeng
Loading…
Cancel
Save