From 6dc98b26a9c823e92fa21455fb6e5862613c49c2 Mon Sep 17 00:00:00 2001 From: Cody Oss <6331106+codyoss@users.noreply.github.com> Date: Mon, 19 Oct 2020 15:48:02 -0600 Subject: [PATCH] chore: remove `*` from owned dirs (#817) Ending a path in star will only match files in that directory. --- .github/CODEOWNERS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5b267aaa7..26d7bda42 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,10 +1,10 @@ * @SurferJeffAtGoogle @chingor13 @bcoe # assign templates to the language team that owns them -synthtool/gcp/templates/java_library/* @googleapis/yoshi-java -synthtool/gcp/templates/node_library/* @googleapis/yoshi-nodejs -synthtool/gcp/templates/node_split_library/* @googleapis/yoshi-nodejs -synthtool/gcp/templates/php_library/* @googleapis/yoshi-php -synthtool/gcp/templates/python_library/* @googleapis/yoshi-python -synthtool/gcp/templates/python_samples/* @googleapis/yoshi-python -synthtool/gcp/templates/ruby_library/* @googleapis/yoshi-ruby +synthtool/gcp/templates/java_library/ @googleapis/yoshi-java +synthtool/gcp/templates/node_library/ @googleapis/yoshi-nodejs +synthtool/gcp/templates/node_split_library/ @googleapis/yoshi-nodejs +synthtool/gcp/templates/php_library/ @googleapis/yoshi-php +synthtool/gcp/templates/python_library/ @googleapis/yoshi-python +synthtool/gcp/templates/python_samples/ @googleapis/yoshi-python +synthtool/gcp/templates/ruby_library/ @googleapis/yoshi-ruby