From 8147be7f9f63976c109dbf878bd6e6b8aec129e4 Mon Sep 17 00:00:00 2001 From: Seth Hollyman Date: Mon, 15 Dec 2025 19:28:11 +0000 Subject: [PATCH 1/2] chore: update ownership/routing for repo --- .github/CODEOWNERS | 4 ++-- .github/blunderbuss.yml | 6 +++--- .repo-metadata.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6763f258c..2e6c282fa 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,7 +5,7 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax # The @googleapis/api-bigquery is the default owner for changes in this repo -* @googleapis/api-bigquery @googleapis/yoshi-python +* @googleapis/python-core-client-libraries @googleapis/yoshi-python # The python-samples-reviewers team is the default owner for samples changes -/samples/ @googleapis/api-bigquery @googleapis/python-samples-owners @googleapis/yoshi-python +/samples/ @googleapis/python-core-client-libraries @googleapis/python-samples-owners @googleapis/yoshi-python diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index 5b7383dc7..ff168399d 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 d1be7ec4d..82a1684ca 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -12,7 +12,7 @@ "api_id": "bigquery.googleapis.com", "requires_billing": false, "default_version": "v2", - "codeowner_team": "@googleapis/api-bigquery", + "codeowner_team": "@googleapis/python-core-client-libraries", "api_shortname": "bigquery", "api_description": "is a fully managed, NoOps, low cost data analytics service.\nData can be streamed into BigQuery at millions of rows per second to enable real-time analysis.\nWith BigQuery you can easily deploy Petabyte-scale Databases." } From 8128012f781769548bb174681dece54d66071203 Mon Sep 17 00:00:00 2001 From: Seth Hollyman Date: Mon, 15 Dec 2025 20:26:08 +0000 Subject: [PATCH 2/2] update comment --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2e6c282fa..c7478150e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,7 +4,7 @@ # For syntax help see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax -# The @googleapis/api-bigquery is the default owner for changes in this repo +# The @googleapis/python-core-client-libraries is the default owner for changes in this repo * @googleapis/python-core-client-libraries @googleapis/yoshi-python # The python-samples-reviewers team is the default owner for samples changes