Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

# 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/cloud-java-team-teamsync are the default owners for changes in this repo
* @googleapis/cloud-java-team-teamsync

# @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
samples/**/*.java @googleapis/java-samples-reviewers
4 changes: 2 additions & 2 deletions .github/blunderbuss.yml
Original file line number Diff line number Diff line change
@@ -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/cloud-java-team-teamsync
assign_prs:
- googleapis/api-logging-java-reviewers
- googleapis/cloud-java-team-teamsync
assign_prs_by:
- labels:
- samples
Expand Down
4 changes: 1 addition & 3 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,5 @@ permissionRules:
permission: admin
- team: yoshi-java-admins
permission: admin
- team: yoshi-java
permission: push
- team: api-logging-partners
- team: cloud-java-team-teamsync
permission: push
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/cloud-java-team-teamsync",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559764",
"recommended_package": "com.google.cloud.logging"
}
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/cloud-java-team-teamsync'
recommended_package: com.google.cloud.logging
GAPICs:
- proto_path: google/logging/v2
Loading