From eb020ce29d36894c0a337eb4d6ac6d65d74b8558 Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Thu, 13 Jul 2017 13:20:13 -0700 Subject: Few fixes for mkowners.py. -) Paths should all be absolute to / -) Computing the intersection of two globs should happen with the full path in there, not just the directory's glob. --- .github/CODEOWNERS | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to '.github') diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5e5c26c101..de5dace21d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,25 +1,25 @@ # Auto-generated by the tools/mkowners/mkowners.py tool # Uses OWNERS files in different modules throughout the # repository as the source of truth for module ownership. -** @a11r @nicolasnoble @ctiller -bazel/** @nicolasnoble @dgquintas @ctiller -cmake/** @jtattermusch @a11r @nicolasnoble @ctiller -doc/PROTOCOL-HTTP2.md @ejona86 @a11r @nicolasnoble @ctiller -doc/interop-test-descriptions.md @ejona86 @a11r @nicolasnoble @ctiller -etc/** @jboeuf @nicolasnoble @a11r @ctiller -include/** @ctiller @markdroth @dgquintas @a11r @nicolasnoble -src/core/** @ctiller @markdroth @dgquintas @a11r @nicolasnoble -src/cpp/** @ctiller @markdroth @dgquintas @a11r @nicolasnoble -src/csharp/** @jtattermusch @apolcyn @a11r @nicolasnoble @ctiller -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/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 -tools/run_tests/** @matt-kwong @jtattermusch @nicolasnoble @a11r @ctiller +/** @a11r @nicolasnoble @ctiller +/bazel/** @nicolasnoble @dgquintas @ctiller +/cmake/** @jtattermusch @a11r @nicolasnoble @ctiller +/doc/PROTOCOL-HTTP2.md @ejona86 @a11r @nicolasnoble @ctiller +/doc/interop-test-descriptions.md @ejona86 @a11r @nicolasnoble @ctiller +/etc/** @jboeuf @nicolasnoble @a11r @ctiller +/include/** @ctiller @markdroth @dgquintas @a11r @nicolasnoble +/src/core/** @ctiller @markdroth @dgquintas @a11r @nicolasnoble +/src/cpp/** @ctiller @markdroth @dgquintas @a11r @nicolasnoble +/src/csharp/** @jtattermusch @apolcyn @a11r @nicolasnoble @ctiller +/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/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 +/tools/run_tests/** @matt-kwong @jtattermusch @nicolasnoble @a11r @ctiller -- cgit v1.2.3