From da9308710160980198d85a4bcddac1d6f6f1a5bc Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 6 Jan 2022 04:13:26 -0700 Subject: [PATCH] chore: use python-samples-reviewers (#1316) --- synthtool/gcp/templates/python_library/.github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/synthtool/gcp/templates/python_library/.github/CODEOWNERS b/synthtool/gcp/templates/python_library/.github/CODEOWNERS index ae9c73369..9c895ba31 100644 --- a/synthtool/gcp/templates/python_library/.github/CODEOWNERS +++ b/synthtool/gcp/templates/python_library/.github/CODEOWNERS @@ -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 -%}