From 9646beb1663557d75c5fd0b25a41b4d5dc273690 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Mon, 2 Feb 2026 16:05:44 +0000 Subject: [PATCH] chore: replace old python teams with cloud-sdk-python-team --- .github/CODEOWNERS | 6 +++--- .github/blunderbuss.yml | 6 +++--- .repo-metadata.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 71dc7487..2e2cc451 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,8 +5,8 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax # Note: This file is autogenerated. To make changes to the codeowner team, please update .repo-metadata.json. -# @googleapis/yoshi-python @googleapis/api-bigquery are the default owners for changes in this repo -* @googleapis/yoshi-python @googleapis/python-core-client-libraries +# @googleapis/cloud-sdk-python-team @googleapis/api-bigquery are the default owners for changes in this repo +* @googleapis/cloud-sdk-python-team # @googleapis/python-samples-reviewers @googleapis/api-bigquery are the default owners for samples changes -/samples/ @googleapis/python-samples-reviewers @googleapis/python-core-client-libraries +/samples/ @googleapis/python-samples-reviewers @googleapis/cloud-sdk-python-team diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index ff168399..d73ef603 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -4,14 +4,14 @@ # Note: This file is autogenerated. To make changes to the assignee # 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: - "samples" to: - googleapis/python-samples-reviewers - - googleapis/python-core-client-libraries + - googleapis/cloud-sdk-python-team assign_prs: - - googleapis/python-core-client-libraries + - googleapis/cloud-sdk-python-team diff --git a/.repo-metadata.json b/.repo-metadata.json index f93eb16f..54fb1bc8 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -9,5 +9,5 @@ "distribution_name": "sqlalchemy-bigquery", "api_id": "bigquery.googleapis.com", "default_version": "", - "codeowner_team": "@googleapis/python-core-client-libraries" + "codeowner_team": "@googleapis/cloud-sdk-python-team" }