Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 6af27bc

Browse files
committed
chore: replace yoshi-java with cloud-java-team-teamsync
1 parent a9b6d0c commit 6af27bc

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
# For syntax help see:
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
6-
# @googleapis/yoshi-java are the default owners for changes in this repo
7-
* @googleapis/yoshi-java
6+
# @googleapis/cloud-java-team-teamsync are the default owners for changes in this repo
7+
* @googleapis/cloud-java-team-teamsync
88

9-
# @googleapis/yoshi-java are the default owners for samples changes
9+
# @googleapis/cloud-java-team-teamsync are the default owners for samples changes
1010
samples/**/*.java @googleapis/java-samples-reviewers

.github/blunderbuss.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Configuration for the Blunderbuss GitHub app. For more info see
22
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/blunderbuss
33
assign_issues:
4-
- googleapis/yoshi-java
4+
- googleapis/cloud-java-team-teamsync
55
assign_prs:
6-
- googleapis/yoshi-java
6+
- googleapis/cloud-java-team-teamsync
77
assign_prs_by:
88
- labels:
99
- samples

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ permissionRules:
123123
permission: admin
124124
- team: yoshi-java-admins
125125
permission: admin
126-
- team: yoshi-java
126+
- team: cloud-java-team-teamsync
127127
permission: push

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"api_id": "logging.googleapis.com",
1414
"library_type": "GAPIC_COMBO",
1515
"requires_billing": true,
16-
"codeowner_team": "@googleapis/yoshi-java",
16+
"codeowner_team": "@googleapis/cloud-java-team-teamsync",
1717
"issue_tracker": "https://issuetracker.google.com/savedsearches/559764",
1818
"recommended_package": "com.google.cloud.logging"
1919
}

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libraries:
1616
transport: grpc
1717
library_type: GAPIC_COMBO
1818
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.
19-
codeowner_team: '@googleapis/yoshi-java'
19+
codeowner_team: '@googleapis/cloud-java-team-teamsync'
2020
recommended_package: com.google.cloud.logging
2121
GAPICs:
2222
- proto_path: google/logging/v2

0 commit comments

Comments
 (0)