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

Commit cc09613

Browse files
authored
chore: remove api-logging team (#720)
Removing @googleapis/api-logging, @googleapis/api-logging-partners, and @googleapis/api-logging-reviewers. Replaced with @googleapis/yoshi-python in metadata and blunderbuss. b/476446922
1 parent 125c35d commit cc09613

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66
# Note: This file is autogenerated. To make changes to the codeowner team, please update .repo-metadata.json.
77

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

11-
# @googleapis/python-samples-reviewers @googleapis/api-logging @googleapis/api-logging-partners are the default owners for samples changes
12-
/samples/ @googleapis/python-samples-reviewers @googleapis/api-logging @googleapis/api-logging-partners
11+
# @googleapis/python-samples-reviewers are the default owners for samples changes
12+
/samples/ @googleapis/python-samples-reviewers

.github/blunderbuss.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@
44
# Note: This file is autogenerated. To make changes to the assignee
55
# team, please update `codeowner_team` in `.repo-metadata.json`.
66
assign_issues:
7-
- googleapis/api-logging
8-
- googleapis/api-logging-partners
7+
- googleapis/yoshi-python
98

109
assign_issues_by:
1110
- labels:
1211
- "samples"
1312
to:
1413
- googleapis/python-samples-reviewers
15-
- googleapis/api-logging
16-
- googleapis/api-logging-partners
14+
- googleapis/yoshi-python
1715

1816
assign_prs:
19-
- googleapis/api-logging
20-
- googleapis/api-logging-partners
17+
- googleapis/yoshi-python

.librarian/generator-input/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"distribution_name": "google-cloud-error-reporting",
1212
"api_id": "clouderrorreporting.googleapis.com",
1313
"requires_billing": false,
14-
"codeowner_team": "@googleapis/api-logging @googleapis/api-logging-partners",
14+
"codeowner_team": "@googleapis/yoshi-python",
1515
"default_version": "v1beta1",
1616
"api_shortname": "clouderrorreporting",
1717
"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."

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"distribution_name": "google-cloud-error-reporting",
1212
"api_id": "clouderrorreporting.googleapis.com",
1313
"requires_billing": false,
14-
"codeowner_team": "@googleapis/api-logging @googleapis/api-logging-partners",
14+
"codeowner_team": "@googleapis/yoshi-python",
1515
"default_version": "v1beta1",
1616
"api_shortname": "clouderrorreporting",
1717
"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."

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ filterwarnings =
2424
ignore:You are using a Python version \(3\.9:FutureWarning
2525
# Remove after support for Python 3.10 is dropped
2626
ignore:.*You are using a Python version \(3\.10:FutureWarning
27+
ignore:.*Please upgrade to the latest Python version.*:FutureWarning
28+
ignore:(?s).*using a Python version.*past its end of life.*:FutureWarning

0 commit comments

Comments
 (0)