-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathCODEOWNERS
More file actions
21 lines (18 loc) · 1.31 KB
/
CODEOWNERS
File metadata and controls
21 lines (18 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-platform-team
# assign templates to the language team that owns them
synthtool/gcp/templates/java_library/ @googleapis/cloud-sdk-java-team
synthtool/languages/java.py @googleapis/cloud-sdk-java-team
synthtool/gcp/templates/node_library/ @googleapis/cloud-sdk-nodejs-team
synthtool/gcp/templates/node_split_library/ @googleapis/cloud-sdk-nodejs-team
synthtool/gcp/templates/php_library/ @googleapis/cloud-sdk-php-team
synthtool/gcp/templates/python_library/ @googleapis/cloud-sdk-python-team
synthtool/gcp/templates/python_samples/ @googleapis/cloud-sdk-python-team
synthtool/gcp/templates/ruby_library/ @googleapis/cloud-sdk-ruby-team
# Also assign tests specific to language teams
synthtool/tests/test_language_java.py @googleapis/cloud-sdk-java-team
synthtool/tests/test_python_library.py @googleapis/cloud-sdk-python-team
synthtool/tests/test_ruby.py @googleapis/cloud-sdk-ruby-team
# Assign owlbot images to language teams
docker/owlbot/java @googleapis/cloud-sdk-java-team
docker/owlbot/nodejs @googleapis/cloud-sdk-nodejs-team
docker/owlbot/python @googleapis/cloud-sdk-python-team