diff --git a/synthtool/gcp/templates/node_library/.github/CODEOWNERS b/synthtool/gcp/templates/node_library/.github/CODEOWNERS new file mode 100644 index 000000000..3d82ad7fe --- /dev/null +++ b/synthtool/gcp/templates/node_library/.github/CODEOWNERS @@ -0,0 +1,13 @@ +# Code owners file. +# This file controls who is tagged for review for any given pull request. +# +# For syntax help see: +# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax + + +# The yoshi-nodejs team is the default owner for nodejs repositories. +{%- if 'codeowner_team' in metadata['repo'] %} +* @googleapis/yoshi-nodejs {{ metadata['repo']['codeowner_team'] }} +{%- else %} +* @googleapis/yoshi-nodejs +{%- endif %}