From 61097c349b726dca6a6afe7ef52466f3affd607a Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Wed, 18 Feb 2026 19:47:44 +0000 Subject: [PATCH] chore: replace api-bigquery and yoshi-java with updated names --- .github/CODEOWNERS | 4 ++-- .github/sync-repo-settings.yaml | 2 +- .repo-metadata.json | 2 +- generation_config.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 11687de1c1..c05570005d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,8 +4,8 @@ # 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 -* @googleapis/cloud-sdk-java-team @googleapis/api-bigquery +# The @googleapis/bigquery-team is the default owner for changes in this repo +* @googleapis/cloud-sdk-java-team @googleapis/bigquery-team # The java-samples-reviewers team is the default owner for samples changes samples/**/*.java @googleapis/java-samples-reviewers diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index c35878b070..6f61bd0666 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -171,5 +171,5 @@ permissionRules: permission: admin - team: api-bigquerystorage permission: push - - team: yoshi-java + - team: cloud-sdk-java-team permission: push diff --git a/.repo-metadata.json b/.repo-metadata.json index 3c64d63ad1..a66902649e 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -13,7 +13,7 @@ "api_id": "bigquerystorage.googleapis.com", "library_type": "GAPIC_COMBO", "requires_billing": true, - "codeowner_team": "@googleapis/api-bigquery", + "codeowner_team": "@googleapis/bigquery-team", "issue_tracker": "https://issuetracker.google.com/savedsearches/559654", "recommended_package": "com.google.cloud.bigquery.storage.v1" } \ No newline at end of file diff --git a/generation_config.yaml b/generation_config.yaml index bf9e6d7e82..57c5d6de39 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -13,7 +13,7 @@ libraries: repo: googleapis/java-bigquerystorage repo_short: java-bigquerystorage distribution_name: com.google.cloud:google-cloud-bigquerystorage - codeowner_team: '@googleapis/api-bigquery' + codeowner_team: '@googleapis/bigquery-team' api_id: bigquerystorage.googleapis.com transport: grpc requires_billing: true