From 358212e67e6ae571998d7283c6afc41a51347997 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Thu, 15 Jan 2026 22:26:20 +0000 Subject: [PATCH 1/6] chore: remove api-logging teams --- .github/CODEOWNERS | 8 ++++---- .github/blunderbuss.yml | 4 ++-- .repo-metadata.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9154b7f04..fcf5dd3e0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,8 +3,8 @@ # For syntax help see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax -# @googleapis/api-logging @googleapis/yoshi-java @googleapis/api-logging-partners are the default owners for changes in this repo -* @googleapis/api-logging @googleapis/yoshi-java @googleapis/api-logging-partners +# @googleapis/yoshi-java are the default owners for changes in this repo +* @googleapis/yoshi-java -# @googleapis/api-logging @googleapis/yoshi-java @googleapis/api-logging-partners are the default owners for samples changes -samples/**/*.java @googleapis/java-samples-reviewers @googleapis/api-logging @googleapis/api-logging-partners +# @googleapis/yoshi-java are the default owners for samples changes +samples/**/*.java @googleapis/java-samples-reviewers diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index 6edb50b98..82cce36cf 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -1,9 +1,9 @@ # Configuration for the Blunderbuss GitHub app. For more info see # https://github.com/googleapis/repo-automation-bots/tree/main/packages/blunderbuss assign_issues: - - googleapis/api-logging-java-reviewers + - googleapis/yoshi-java assign_prs: - - googleapis/api-logging-java-reviewers + - googleapis/yoshi-java assign_prs_by: - labels: - samples diff --git a/.repo-metadata.json b/.repo-metadata.json index 670c70a55..5d02b0cf4 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -13,7 +13,7 @@ "api_id": "logging.googleapis.com", "library_type": "GAPIC_COMBO", "requires_billing": true, - "codeowner_team": "@googleapis/api-logging @googleapis/yoshi-java @googleapis/api-logging-partners", + "codeowner_team": "@googleapis/yoshi-java", "issue_tracker": "https://issuetracker.google.com/savedsearches/559764", "recommended_package": "com.google.cloud.logging" } \ No newline at end of file From bd02d9b9b6cc0bf22bec0bf74fe7a2bb733a63fd Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Thu, 15 Jan 2026 22:28:33 +0000 Subject: [PATCH 2/6] chore: generate libraries at Thu Jan 15 22:26:41 UTC 2026 --- .repo-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 5d02b0cf4..670c70a55 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -13,7 +13,7 @@ "api_id": "logging.googleapis.com", "library_type": "GAPIC_COMBO", "requires_billing": true, - "codeowner_team": "@googleapis/yoshi-java", + "codeowner_team": "@googleapis/api-logging @googleapis/yoshi-java @googleapis/api-logging-partners", "issue_tracker": "https://issuetracker.google.com/savedsearches/559764", "recommended_package": "com.google.cloud.logging" } \ No newline at end of file From deda7157ea9b63c8f3c201cbae2e31f7ce149425 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Thu, 15 Jan 2026 22:50:26 +0000 Subject: [PATCH 3/6] chore: remove remaining api-logging teams from configuration files --- .github/sync-repo-settings.yaml | 2 -- generation_config.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 0a7d29993..3e8ea9fbc 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -125,5 +125,3 @@ permissionRules: permission: admin - team: yoshi-java permission: push - - team: api-logging-partners - permission: push diff --git a/generation_config.yaml b/generation_config.yaml index 545b167ae..4aaaefadc 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -16,7 +16,7 @@ libraries: transport: grpc library_type: GAPIC_COMBO api_description: allows you to store, search, analyze, monitor, and alert on log data and events from Google Cloud and Amazon Web Services. Using the BindPlane service, you can also collect this data from over 150 common application components, on-premises systems, and hybrid cloud systems. BindPlane is included with your Google Cloud project at no additional cost. - codeowner_team: '@googleapis/api-logging @googleapis/yoshi-java @googleapis/api-logging-partners' + codeowner_team: '@googleapis/yoshi-java' recommended_package: com.google.cloud.logging GAPICs: - proto_path: google/logging/v2 From a9b6d0cf26affde3b19f563e684505f257c7b0f9 Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Thu, 15 Jan 2026 22:53:01 +0000 Subject: [PATCH 4/6] chore: generate libraries at Thu Jan 15 22:51:08 UTC 2026 --- .repo-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 670c70a55..5d02b0cf4 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -13,7 +13,7 @@ "api_id": "logging.googleapis.com", "library_type": "GAPIC_COMBO", "requires_billing": true, - "codeowner_team": "@googleapis/api-logging @googleapis/yoshi-java @googleapis/api-logging-partners", + "codeowner_team": "@googleapis/yoshi-java", "issue_tracker": "https://issuetracker.google.com/savedsearches/559764", "recommended_package": "com.google.cloud.logging" } \ No newline at end of file From 6af27bc5bc192f4116af79864f5b55a4d032725b Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Fri, 16 Jan 2026 19:42:39 +0000 Subject: [PATCH 5/6] chore: replace yoshi-java with cloud-java-team-teamsync --- .github/CODEOWNERS | 6 +++--- .github/blunderbuss.yml | 4 ++-- .github/sync-repo-settings.yaml | 2 +- .repo-metadata.json | 2 +- generation_config.yaml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fcf5dd3e0..4c249db32 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,8 +3,8 @@ # For syntax help see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax -# @googleapis/yoshi-java are the default owners for changes in this repo -* @googleapis/yoshi-java +# @googleapis/cloud-java-team-teamsync are the default owners for changes in this repo +* @googleapis/cloud-java-team-teamsync -# @googleapis/yoshi-java are the default owners for samples changes +# @googleapis/cloud-java-team-teamsync are the default owners for samples changes samples/**/*.java @googleapis/java-samples-reviewers diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index 82cce36cf..a34574dd1 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -1,9 +1,9 @@ # Configuration for the Blunderbuss GitHub app. For more info see # https://github.com/googleapis/repo-automation-bots/tree/main/packages/blunderbuss assign_issues: - - googleapis/yoshi-java + - googleapis/cloud-java-team-teamsync assign_prs: - - googleapis/yoshi-java + - googleapis/cloud-java-team-teamsync assign_prs_by: - labels: - samples diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 3e8ea9fbc..8d247e986 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -123,5 +123,5 @@ permissionRules: permission: admin - team: yoshi-java-admins permission: admin - - team: yoshi-java + - team: cloud-java-team-teamsync permission: push diff --git a/.repo-metadata.json b/.repo-metadata.json index 5d02b0cf4..62b07f7ef 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -13,7 +13,7 @@ "api_id": "logging.googleapis.com", "library_type": "GAPIC_COMBO", "requires_billing": true, - "codeowner_team": "@googleapis/yoshi-java", + "codeowner_team": "@googleapis/cloud-java-team-teamsync", "issue_tracker": "https://issuetracker.google.com/savedsearches/559764", "recommended_package": "com.google.cloud.logging" } \ No newline at end of file diff --git a/generation_config.yaml b/generation_config.yaml index 4aaaefadc..123a552b0 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -16,7 +16,7 @@ libraries: transport: grpc library_type: GAPIC_COMBO api_description: allows you to store, search, analyze, monitor, and alert on log data and events from Google Cloud and Amazon Web Services. Using the BindPlane service, you can also collect this data from over 150 common application components, on-premises systems, and hybrid cloud systems. BindPlane is included with your Google Cloud project at no additional cost. - codeowner_team: '@googleapis/yoshi-java' + codeowner_team: '@googleapis/cloud-java-team-teamsync' recommended_package: com.google.cloud.logging GAPICs: - proto_path: google/logging/v2 From 552a023da55aa44052ff339af34f8ac2bc19839a Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Fri, 16 Jan 2026 19:47:44 +0000 Subject: [PATCH 6/6] Fixed comment --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4c249db32..ec0c42012 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,5 +6,4 @@ # @googleapis/cloud-java-team-teamsync are the default owners for changes in this repo * @googleapis/cloud-java-team-teamsync -# @googleapis/cloud-java-team-teamsync are the default owners for samples changes samples/**/*.java @googleapis/java-samples-reviewers