Skip to content

Commit

Permalink
chore: use python-samples-reviewers (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Jan 6, 2022
1 parent 7956842 commit da93087
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions synthtool/gcp/templates/python_library/.github/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -8,12 +8,12 @@
# @googleapis/yoshi-python {{ metadata['repo']['codeowner_team'] }} are the default owners for changes in this repo
* @googleapis/yoshi-python {{ metadata['repo']['codeowner_team'] }}

# @googleapis/python-samples-owners {{ metadata['repo']['codeowner_team'] }} are the default owners for samples changes
/samples/ @googleapis/python-samples-owners {{ metadata['repo']['codeowner_team'] }}
# @googleapis/python-samples-reviewers {{ metadata['repo']['codeowner_team'] }} are the default owners for samples changes
/samples/ @googleapis/python-samples-reviewers {{ metadata['repo']['codeowner_team'] }}
{% else %}
# @googleapis/yoshi-python is the default owner for changes in this repo
* @googleapis/yoshi-python

# @googleapis/python-samples-owners is the default owner for samples changes
/samples/ @googleapis/python-samples-owners
# @googleapis/python-samples-reviewers is the default owner for samples changes
/samples/ @googleapis/python-samples-reviewers
{% endif -%}

0 comments on commit da93087

Please sign in to comment.