From 50a5fa9ffd3b91d3a4fc0de78a1bda92894d4ffc Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 26 Jan 2021 13:47:59 -0700 Subject: [PATCH] chore: add codeowners for language-specific tests (#924) --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 26d7bda42..ec9c8f8c9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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