From e395dfbcadd6843a4c8f3923c615d8beb2a5cae1 Mon Sep 17 00:00:00 2001
From: "Mark D. Roth" <roth@google.com>
Date: Mon, 17 Jul 2017 11:09:17 -0700
Subject: [PATCH] Set owners for client_channel tree.

---
 .github/CODEOWNERS                         | 1 +
 src/core/ext/filters/client_channel/OWNERS | 4 ++++
 2 files changed, 5 insertions(+)
 create mode 100644 src/core/ext/filters/client_channel/OWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index b14471f731..094e43e470 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -3,3 +3,4 @@
 # repository as the source of truth for module ownership.
 /**/OWNERS @markdroth @nicolasnoble @ctiller
 /bazel/** @nicolasnoble @dgquintas @ctiller
+/src/core/ext/filters/client_channel/** @markdroth @dgquintas @ctiller
diff --git a/src/core/ext/filters/client_channel/OWNERS b/src/core/ext/filters/client_channel/OWNERS
new file mode 100644
index 0000000000..773bc73179
--- /dev/null
+++ b/src/core/ext/filters/client_channel/OWNERS
@@ -0,0 +1,4 @@
+set noparent
+@markdroth
+@dgquintas
+@ctiller
-- 
GitLab