From b03e5cbb0f4cc1226167a1900ed83f9ff44e770e Mon Sep 17 00:00:00 2001 From: Mehrdad Afshari Date: Thu, 13 Jul 2017 16:09:22 -0700 Subject: Add @mehrdada to python OWNERS --- src/python/OWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/OWNERS b/src/python/OWNERS index 73a707c67d..436432916b 100644 --- a/src/python/OWNERS +++ b/src/python/OWNERS @@ -1,3 +1,3 @@ @nathanielmanistaatgoogle @kpayson64 - +@mehrdada -- cgit v1.2.3 From e6fb12fd96cac6c3607e23bdaf079048fc0e538d Mon Sep 17 00:00:00 2001 From: Mehrdad Afshari Date: Thu, 13 Jul 2017 16:10:39 -0700 Subject: Add additional OWNERS files for Python projects --- examples/python/OWNERS | 3 +++ tools/distrib/python/OWNERS | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 examples/python/OWNERS create mode 100644 tools/distrib/python/OWNERS diff --git a/examples/python/OWNERS b/examples/python/OWNERS new file mode 100644 index 0000000000..436432916b --- /dev/null +++ b/examples/python/OWNERS @@ -0,0 +1,3 @@ +@nathanielmanistaatgoogle +@kpayson64 +@mehrdada diff --git a/tools/distrib/python/OWNERS b/tools/distrib/python/OWNERS new file mode 100644 index 0000000000..436432916b --- /dev/null +++ b/tools/distrib/python/OWNERS @@ -0,0 +1,3 @@ +@nathanielmanistaatgoogle +@kpayson64 +@mehrdada -- cgit v1.2.3 From 76a316cb1f83cf11657410f1ba75e9f3586aa49d Mon Sep 17 00:00:00 2001 From: Mehrdad Afshari Date: Thu, 13 Jul 2017 16:18:58 -0700 Subject: Add `set noparent` to Python OWNER files --- examples/python/OWNERS | 2 ++ src/python/OWNERS | 2 ++ tools/distrib/python/OWNERS | 2 ++ 3 files changed, 6 insertions(+) diff --git a/examples/python/OWNERS b/examples/python/OWNERS index 436432916b..ea3909e0a3 100644 --- a/examples/python/OWNERS +++ b/examples/python/OWNERS @@ -1,3 +1,5 @@ +set noparent + @nathanielmanistaatgoogle @kpayson64 @mehrdada diff --git a/src/python/OWNERS b/src/python/OWNERS index 436432916b..ea3909e0a3 100644 --- a/src/python/OWNERS +++ b/src/python/OWNERS @@ -1,3 +1,5 @@ +set noparent + @nathanielmanistaatgoogle @kpayson64 @mehrdada diff --git a/tools/distrib/python/OWNERS b/tools/distrib/python/OWNERS index 436432916b..ea3909e0a3 100644 --- a/tools/distrib/python/OWNERS +++ b/tools/distrib/python/OWNERS @@ -1,3 +1,5 @@ +set noparent + @nathanielmanistaatgoogle @kpayson64 @mehrdada -- cgit v1.2.3 From f20a345ca5c1ffe6969fdffcee51df77aa8ad081 Mon Sep 17 00:00:00 2001 From: Mehrdad Afshari Date: Thu, 13 Jul 2017 16:19:47 -0700 Subject: Regenerate CODEOWNERS --- .github/CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 953e0a4aad..e2fa6faa8f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,6 +13,7 @@ /doc/interop-test-descriptions.md @ejona86 @a11r @nicolasnoble @ctiller /etc/** @jboeuf @nicolasnoble @a11r @ctiller /examples/node/** @murgatroid99 @a11r @nicolasnoble @ctiller +/examples/python/** @nathanielmanistaatgoogle @kpayson64 @mehrdada /include/** @ctiller @markdroth @dgquintas @a11r @nicolasnoble /src/core/** @ctiller @markdroth @dgquintas @a11r @nicolasnoble /src/core/lib/iomgr/*_uv.c @murgatroid99 @ctiller @markdroth @dgquintas @a11r @nicolasnoble @@ -22,7 +23,7 @@ /src/node/** @murgatroid99 @a11r @nicolasnoble @ctiller /src/objective-c/** @muxi @makdharma @a11r @nicolasnoble @ctiller /src/php/** @stanley-cheung @murgatroid99 @a11r @nicolasnoble @ctiller -/src/python/** @nathanielmanistaatgoogle @kpayson64 @a11r @nicolasnoble @ctiller +/src/python/** @nathanielmanistaatgoogle @kpayson64 @mehrdada /src/ruby/** @apolcyn @murgatroid99 @a11r @nicolasnoble @ctiller /test/build/** @ctiller @markdroth @dgquintas @a11r @nicolasnoble /test/core/** @ctiller @markdroth @dgquintas @a11r @nicolasnoble @@ -30,6 +31,7 @@ /test/distrib/node/** @murgatroid99 @a11r @nicolasnoble @ctiller /tools/** @matt-kwong @jtattermusch @nicolasnoble @a11r @ctiller /tools/codegen/core/** @ctiller @dgquintas @markdroth +/tools/distrib/python/** @nathanielmanistaatgoogle @kpayson64 @mehrdada /tools/dockerfile/** @matt-kwong @jtattermusch @nicolasnoble @a11r @ctiller /tools/run_tests/** @matt-kwong @jtattermusch @nicolasnoble @a11r @ctiller /tools/run_tests/artifacts/*_node* @murgatroid99 @matt-kwong @jtattermusch @nicolasnoble @a11r @ctiller -- cgit v1.2.3