From e4985cbbb785d25ad60a9f508d35649700c95ec3 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 13 Jul 2017 10:11:42 -0700 Subject: Add test tree owners for C/C++ --- .github/CODEOWNERS | 3 +++ test/build/OWNERS | 4 ++++ test/core/OWNERS | 4 ++++ test/cpp/OWNERS | 4 ++++ 4 files changed, 15 insertions(+) create mode 100644 test/build/OWNERS create mode 100644 test/core/OWNERS create mode 100644 test/cpp/OWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 996e5f619c..5e5c26c101 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,6 +16,9 @@ src/objective-c/** @muxi @makdharma @a11r @nicolasnoble @ctiller src/php/** @stanley-cheung @murgatroid99 @a11r @nicolasnoble @ctiller src/python/** @nathanielmanistaatgoogle @kpayson64 @a11r @nicolasnoble @ctiller src/ruby/** @apolcyn @murgatroid99 @a11r @nicolasnoble @ctiller +test/build/** @ctiller @markdroth @dgquintas @a11r @nicolasnoble +test/core/** @ctiller @markdroth @dgquintas @a11r @nicolasnoble +test/cpp/** @ctiller @markdroth @dgquintas @a11r @nicolasnoble tools/** @matt-kwong @jtattermusch @nicolasnoble @a11r @ctiller tools/codegen/core/** @ctiller @dgquintas @markdroth tools/dockerfile/** @matt-kwong @jtattermusch @nicolasnoble @a11r @ctiller diff --git a/test/build/OWNERS b/test/build/OWNERS new file mode 100644 index 0000000000..8dca75ce91 --- /dev/null +++ b/test/build/OWNERS @@ -0,0 +1,4 @@ +@ctiller +@markdroth +@dgquintas + diff --git a/test/core/OWNERS b/test/core/OWNERS new file mode 100644 index 0000000000..8dca75ce91 --- /dev/null +++ b/test/core/OWNERS @@ -0,0 +1,4 @@ +@ctiller +@markdroth +@dgquintas + diff --git a/test/cpp/OWNERS b/test/cpp/OWNERS new file mode 100644 index 0000000000..8dca75ce91 --- /dev/null +++ b/test/cpp/OWNERS @@ -0,0 +1,4 @@ +@ctiller +@markdroth +@dgquintas + -- cgit v1.2.3