Skip to content

Commit faa3166

Browse files
authored
chore: replace old java team with cloud-sdk-java-team (#1927)
Replace old teams with new ones. b/479542582
1 parent 87d1d19 commit faa3166

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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/cloud-java-team-teamsync are the default owners for changes in this repo
7-
* @googleapis/cloud-java-team-teamsync
6+
# @googleapis/cloud-sdk-java-team are the default owners for changes in this repo
7+
* @googleapis/cloud-sdk-java-team
88

99
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/cloud-java-team-teamsync
4+
- googleapis/cloud-sdk-java-team
55
assign_prs:
6-
- googleapis/cloud-java-team-teamsync
6+
- googleapis/cloud-sdk-java-team
77
assign_prs_by:
88
- labels:
99
- samples

.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/cloud-java-team-teamsync",
16+
"codeowner_team": "@googleapis/cloud-sdk-java-team",
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/cloud-java-team-teamsync'
19+
codeowner_team: '@googleapis/cloud-sdk-java-team'
2020
recommended_package: com.google.cloud.logging
2121
GAPICs:
2222
- proto_path: google/logging/v2

0 commit comments

Comments
 (0)