Merge pull request #11852 from ctiller/noowners

Experiment: remove top level owners
pull/11854/head
Nicolas Noble 7 years ago committed by GitHub
commit f001ce5575
  1. 49
      .github/CODEOWNERS
  2. 6
      OWNERS

@ -1,41 +1,40 @@
# Auto-generated by the tools/mkowners/mkowners.py tool # Auto-generated by the tools/mkowners/mkowners.py tool
# Uses OWNERS files in different modules throughout the # Uses OWNERS files in different modules throughout the
# repository as the source of truth for module ownership. # repository as the source of truth for module ownership.
/** @a11r @nicolasnoble @ctiller /*.podspec @muxi @makdharma
/*.podspec @muxi @makdharma @a11r @nicolasnoble @ctiller /binding.gyp @murgatroid99
/binding.gyp @murgatroid99 @a11r @nicolasnoble @ctiller /Gemfile @murgatroid99
/Gemfile @murgatroid99 @a11r @nicolasnoble @ctiller /grpc.gemspec @murgatroid99
/grpc.gemspec @murgatroid99 @a11r @nicolasnoble @ctiller /package.json @murgatroid99
/package.json @murgatroid99 @a11r @nicolasnoble @ctiller /Rakefile @murgatroid99
/Rakefile @murgatroid99 @a11r @nicolasnoble @ctiller /grpc.bzl @muxi @makdharma
/grpc.bzl @muxi @makdharma @a11r @nicolasnoble @ctiller
/bazel/** @nicolasnoble @dgquintas @ctiller /bazel/** @nicolasnoble @dgquintas @ctiller
/cmake/** @jtattermusch @a11r @nicolasnoble @ctiller /cmake/** @jtattermusch
/doc/PROTOCOL-HTTP2.md @ejona86 @a11r @nicolasnoble @ctiller /doc/PROTOCOL-HTTP2.md @ejona86
/doc/interop-test-descriptions.md @ejona86 @a11r @nicolasnoble @ctiller /doc/interop-test-descriptions.md @ejona86
/etc/** @jboeuf @nicolasnoble @a11r @ctiller /etc/** @jboeuf @nicolasnoble
/examples/node/** @murgatroid99 @a11r @nicolasnoble @ctiller /examples/node/** @murgatroid99
/examples/objective-c/** @muxi @makdharma @a11r @nicolasnoble @ctiller /examples/objective-c/** @muxi @makdharma
/examples/python/** @nathanielmanistaatgoogle @kpayson64 @mehrdada /examples/python/** @nathanielmanistaatgoogle @kpayson64 @mehrdada
/include/** @ctiller @markdroth @dgquintas @a11r @nicolasnoble /include/** @ctiller @markdroth @dgquintas
/src/core/** @ctiller @markdroth @dgquintas /src/core/** @ctiller @markdroth @dgquintas
/src/core/lib/iomgr/*_uv.c @murgatroid99 @ctiller @markdroth @dgquintas /src/core/lib/iomgr/*_uv.c @murgatroid99 @ctiller @markdroth @dgquintas
/src/core/lib/iomgr/*_uv.h @murgatroid99 @ctiller @markdroth @dgquintas /src/core/lib/iomgr/*_uv.h @murgatroid99 @ctiller @markdroth @dgquintas
/src/cpp/** @ctiller @markdroth @dgquintas /src/cpp/** @ctiller @markdroth @dgquintas
/src/csharp/** @jtattermusch @apolcyn @a11r @nicolasnoble @ctiller /src/csharp/** @jtattermusch @apolcyn
/src/node/** @murgatroid99 @a11r @nicolasnoble @ctiller /src/node/** @murgatroid99
/src/objective-c/** @muxi @makdharma @a11r @nicolasnoble @ctiller /src/objective-c/** @muxi @makdharma
/src/php/** @stanley-cheung @murgatroid99 @a11r @nicolasnoble @ctiller /src/php/** @stanley-cheung @murgatroid99
/src/python/** @nathanielmanistaatgoogle @kpayson64 @mehrdada /src/python/** @nathanielmanistaatgoogle @kpayson64 @mehrdada
/src/python/grpcio/grpc_core_dependencies.py @a11y @ctiller @nicolasnoble @nathanielmanistaatgoogle @kpayson64 @mehrdada /src/python/grpcio/grpc_core_dependencies.py @a11y @ctiller @nicolasnoble @nathanielmanistaatgoogle @kpayson64 @mehrdada
/src/ruby/** @apolcyn @murgatroid99 @a11r @nicolasnoble @ctiller /src/ruby/** @apolcyn @murgatroid99
/test/build/** @ctiller @markdroth @dgquintas @a11r @nicolasnoble /test/build/** @ctiller @markdroth @dgquintas
/test/core/** @ctiller @markdroth @dgquintas /test/core/** @ctiller @markdroth @dgquintas
/test/cpp/** @ctiller @markdroth @dgquintas /test/cpp/** @ctiller @markdroth @dgquintas
/test/cpp/qps/** @vjpai @ctiller @markdroth @dgquintas /test/cpp/qps/** @vjpai @ctiller @markdroth @dgquintas
/test/distrib/node/** @murgatroid99 @a11r @nicolasnoble @ctiller /test/distrib/node/** @murgatroid99
/tools/** @matt-kwong @jtattermusch @nicolasnoble @a11r @ctiller /tools/** @matt-kwong @jtattermusch @nicolasnoble
/tools/codegen/core/** @ctiller @dgquintas @markdroth /tools/codegen/core/** @ctiller @dgquintas @markdroth
/tools/distrib/python/** @nathanielmanistaatgoogle @kpayson64 @mehrdada /tools/distrib/python/** @nathanielmanistaatgoogle @kpayson64 @mehrdada
/tools/run_tests/artifacts/*_node* @murgatroid99 @matt-kwong @jtattermusch @nicolasnoble @a11r @ctiller /tools/run_tests/artifacts/*_node* @murgatroid99 @matt-kwong @jtattermusch @nicolasnoble
/tools/run_tests/helper_scripts/*_node* @murgatroid99 @matt-kwong @jtattermusch @nicolasnoble @a11r @ctiller /tools/run_tests/helper_scripts/*_node* @murgatroid99 @matt-kwong @jtattermusch @nicolasnoble

@ -1,8 +1,8 @@
# Top level ownership # Top level ownership
@a11r #@a11r
@nicolasnoble #@nicolasnoble
@ctiller #@ctiller
@murgatroid99 binding.gyp Gemfile grpc.gemspec package.json Rakefile @murgatroid99 binding.gyp Gemfile grpc.gemspec package.json Rakefile
@muxi *.podspec grpc.bzl @muxi *.podspec grpc.bzl

Loading…
Cancel
Save