From 80c8f1d9d84f486b6bca9512a807147bf6f4a0d5 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Mon, 2 Feb 2026 16:04:48 +0000 Subject: [PATCH] chore: replace old python teams with cloud-sdk-python-team --- .github/CODEOWNERS | 12 ++++++------ .github/blunderbuss.yml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index eb14ac3f7a9..59cef9bb9c1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,15 +5,15 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax # Default owners for changes in this repo -* @googleapis/yoshi-python @googleapis/python-core-client-libraries +* @googleapis/cloud-sdk-python-team # The python-samples-reviewers team is the default owner for samples changes -/samples/ @googleapis/python-samples-owners @googleapis/python-core-client-libraries +/samples/ @googleapis/python-samples-owners @googleapis/cloud-sdk-python-team # For more information, see https://github.com/googleapis/repo-automation-bots/blob/main/packages/auto-approve/README.md -.github/auto-approve.yml @googleapis/python-core-client-libraries @googleapis/yoshi-python +.github/auto-approve.yml @googleapis/cloud-sdk-python-team # The following is needed to auto-approve changes to static discovery artifacts and generated documentation. -/docs/dyn/*.html @yoshi-approver @googleapis/yoshi-python -/docs/dyn/index.md @yoshi-approver @googleapis/yoshi-python -/googleapiclient/discovery_cache/documents/*.json @yoshi-approver @googleapis/yoshi-python +/docs/dyn/*.html @yoshi-approver @googleapis/cloud-sdk-python-team +/docs/dyn/index.md @yoshi-approver @googleapis/cloud-sdk-python-team +/googleapiclient/discovery_cache/documents/*.json @yoshi-approver @googleapis/cloud-sdk-python-team diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index 990b311467a..1a3af889b5f 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -5,7 +5,7 @@ # team, please update `codeowner_team` in `.repo-metadata.json`. assign_issues: - - googleapis/python-core-client-libraries + - googleapis/cloud-sdk-python-team assign_issues_by: - labels: @@ -14,4 +14,4 @@ assign_issues_by: - googleapis/python-samples-reviewers assign_prs: - - googleapis/python-core-client-libraries + - googleapis/cloud-sdk-python-team