Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
# Note: This file is autogenerated. To make changes to the codeowner team, please update .repo-metadata.json.

# @googleapis/yoshi-python @googleapis/api-logging @googleapis/api-logging-partners are the default owners for changes in this repo
* @googleapis/yoshi-python @googleapis/api-logging @googleapis/api-logging-partners
# @googleapis/yoshi-python @googleapis/api-logging-partners are the default owners for changes in this repo
* @googleapis/yoshi-python @googleapis/api-logging-partners

# @googleapis/python-samples-reviewers @googleapis/api-logging @googleapis/api-logging-partners are the default owners for samples changes
/samples/ @googleapis/python-samples-reviewers @googleapis/api-logging @googleapis/api-logging-partners
# @googleapis/python-samples-reviewers @googleapis/api-logging-partners are the default owners for samples changes
/samples/ @googleapis/python-samples-reviewers @googleapis/api-logging-partners
3 changes: 0 additions & 3 deletions .github/blunderbuss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@
# Note: This file is autogenerated. To make changes to the assignee
# team, please update `codeowner_team` in `.repo-metadata.json`.
assign_issues:
- googleapis/api-logging
- googleapis/api-logging-partners

assign_issues_by:
- labels:
- "samples"
to:
- googleapis/python-samples-reviewers
- googleapis/api-logging
- googleapis/api-logging-partners

assign_prs:
- googleapis/api-logging
- googleapis/api-logging-partners
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"distribution_name": "google-cloud-error-reporting",
"api_id": "clouderrorreporting.googleapis.com",
"requires_billing": false,
"codeowner_team": "@googleapis/api-logging @googleapis/api-logging-partners",
"codeowner_team": "@googleapis/api-logging-partners",
"default_version": "v1beta1",
"api_shortname": "clouderrorreporting",
"api_description": "counts, analyzes and aggregates the crashes in your running cloud services. A centralized error management interface displays the results with sorting and filtering capabilities. A dedicated view shows the error details: time chart, occurrences, affected user count, first and last seen dates and a cleaned exception stack trace. Opt-in to receive email and mobile alerts on new errors."
Expand Down
Loading