Skip to content

Commit

Permalink
chore: remove * from owned dirs (#817)
Browse files Browse the repository at this point in the history
Ending a path in star will only match files in that directory.
  • Loading branch information
codyoss committed Oct 19, 2020
1 parent 2f8ac35 commit 6dc98b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6dc98b2

Please sign in to comment.