Skip to content

Commit da93087

Browse files
authored
chore: use python-samples-reviewers (#1316)
1 parent 7956842 commit da93087

File tree

1 file changed

+4
-4
lines changed
  • synthtool/gcp/templates/python_library/.github

1 file changed

+4
-4
lines changed

synthtool/gcp/templates/python_library/.github/CODEOWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
# @googleapis/yoshi-python {{ metadata['repo']['codeowner_team'] }} are the default owners for changes in this repo
99
* @googleapis/yoshi-python {{ metadata['repo']['codeowner_team'] }}
1010

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

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

0 commit comments

Comments
 (0)