From 179d9f7354c3a0378b1eeb04e06bb86ea686d93b Mon Sep 17 00:00:00 2001 From: Seth Hollyman Date: Wed, 7 Jan 2026 00:25:58 +0000 Subject: [PATCH] chore: update repo ownership This PR migrates admin ownership form the api-bigquery team to the python language team. --- .github/CODEOWNERS | 8 ++++---- .github/blunderbuss.yml | 6 +++--- .repo-metadata.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 193b4363..fb7ad85e 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/api-bigquery +# @googleapis/yoshi-python @googleapis/python-core-client-libraries are the default owners for changes in this repo +* @googleapis/yoshi-python @googleapis/python-core-client-libraries -# @googleapis/python-samples-reviewers @googleapis/api-bigquery are the default owners for samples changes -/samples/ @googleapis/python-samples-reviewers @googleapis/api-bigquery +# @googleapis/python-samples-reviewers @googleapis/python-core-client-libraries are the default owners for samples changes +/samples/ @googleapis/python-samples-reviewers @googleapis/python-core-client-libraries diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index 5b7383dc..ff168399 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/api-bigquery + - googleapis/python-core-client-libraries assign_issues_by: - labels: - "samples" to: - googleapis/python-samples-reviewers - - googleapis/api-bigquery + - googleapis/python-core-client-libraries assign_prs: - - googleapis/api-bigquery + - googleapis/python-core-client-libraries diff --git a/.repo-metadata.json b/.repo-metadata.json index 761c9991..94d71550 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -10,6 +10,6 @@ "distribution_name": "db-dtypes", "api_id": "bigquery.googleapis.com", "default_version": "", - "codeowner_team": "@googleapis/api-bigquery", + "codeowner_team": "@googleapis/python-core-client-libraries", "api_description": "Pandas extension data types for data from SQL systems such as BigQuery." }