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

Commit f08eec7

Browse files
committed
Merge branch 'main' into PR #1851 to update
2 parents fe928eb + 016de16 commit f08eec7

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

.github/CODEOWNERS

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

9-
# @googleapis/api-logging @googleapis/yoshi-java @googleapis/api-logging-partners are the default owners for samples changes
10-
samples/**/*.java @googleapis/java-samples-reviewers @googleapis/api-logging @googleapis/api-logging-partners
9+
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/api-logging-java-reviewers
4+
- googleapis/cloud-java-team-teamsync
55
assign_prs:
6-
- googleapis/api-logging-java-reviewers
6+
- googleapis/cloud-java-team-teamsync
77
assign_prs_by:
88
- labels:
99
- samples

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,5 @@ permissionRules:
123123
permission: admin
124124
- team: yoshi-java-admins
125125
permission: admin
126-
- team: yoshi-java
127-
permission: push
128-
- team: api-logging-partners
126+
- team: cloud-java-team-teamsync
129127
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/api-logging @googleapis/yoshi-java @googleapis/api-logging-partners",
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/api-logging @googleapis/yoshi-java @googleapis/api-logging-partners'
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)