Skip to content

Commit

Permalink
chore: add codeowners for language-specific tests (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Jan 26, 2021
1 parent 618c390 commit 50a5fa9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ 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

# Also assign tests specific to language teams
synthtool/tests/test_language_java.py @googleapis/yoshi-java
synthtool/tests/test_python_library.py @googleapis/yoshi-python
synthtool/tests/test_ruby.py @googleapis/yoshi-ruby

0 comments on commit 50a5fa9

Please sign in to comment.