Skip to content

Commit 6b66c4f

Browse files
author
Simon Zeltser
authored
chore: Add cdpe ops team to codeowners (#284)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-logging/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes #283 ☕️
1 parent b1fc1d9 commit 6b66c4f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
* @googleapis/yoshi-java
88

99
# The java-samples-reviewers team is the default owner for samples changes
10-
samples/**/*.java @googleapis/java-samples-reviewers
10+
samples/**/*.java @googleapis/java-samples-reviewers

.repo-metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logging",
3-
"name_pretty": "Stackdriver Logging",
3+
"name_pretty": "Cloud Logging",
44
"product_documentation": "https://cloud.google.com/logging/docs",
55
"client_documentation": "https://googleapis.dev/java/google-cloud-logging/latest/",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559764",
@@ -11,5 +11,6 @@
1111
"distribution_name": "com.google.cloud:google-cloud-logging",
1212
"api_id": "logging.googleapis.com",
1313
"transport": "grpc",
14-
"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."
14+
"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.",
15+
"codeowner_team": "@googleapis/api-logging"
1516
}

0 commit comments

Comments
 (0)