diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b14471f731f929a2a178771ea82aa12e4f03f7f2..094e43e4705ba56a7bfae57471446131c7ec02bd 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 0000000000000000000000000000000000000000..773bc73179e695493497a92545d306a7fd2f5edd --- /dev/null +++ b/src/core/ext/filters/client_channel/OWNERS @@ -0,0 +1,4 @@ +set noparent +@markdroth +@dgquintas +@ctiller