aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-07-14 13:33:47 -0700
committerGravatar GitHub <noreply@github.com>2017-07-14 13:33:47 -0700
commitee0c71eb1d4e4882b354e223da110d82750987a8 (patch)
tree4ac6d320669a53f2cae259ead65137da9f019259 /.github
parent0c9ce722187d590f1e06fe0e822607077ba6ffa1 (diff)
parent92a85558bc807a8422c784b1850d3032823fa263 (diff)
Merge pull request #11826 from ctiller/siblings
Change from intersection to supersets for glob comparisons
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 66f201c955..13702c0ceb 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -2,11 +2,11 @@
# Uses OWNERS files in different modules throughout the
# repository as the source of truth for module ownership.
/** @a11r @nicolasnoble @ctiller
-/binding.gyp @murgatroid99
-/Gemfile @murgatroid99
-/grpc.gemspec @murgatroid99
-/package.json @murgatroid99
-/Rakefile @murgatroid99
+/binding.gyp @murgatroid99 @a11r @nicolasnoble @ctiller
+/Gemfile @murgatroid99 @a11r @nicolasnoble @ctiller
+/grpc.gemspec @murgatroid99 @a11r @nicolasnoble @ctiller
+/package.json @murgatroid99 @a11r @nicolasnoble @ctiller
+/Rakefile @murgatroid99 @a11r @nicolasnoble @ctiller
/bazel/** @nicolasnoble @dgquintas @ctiller
/cmake/** @jtattermusch @a11r @nicolasnoble @ctiller
/doc/PROTOCOL-HTTP2.md @ejona86 @a11r @nicolasnoble @ctiller