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

Commit 00d69c9

Browse files
authored
chore: remove api-logging teams (#1074)
Removing @googleapis/api-logging, @googleapis/api-logging-partners, and @googleapis/api-logging-reviewers. Replaced with @googleapis/yoshi-python. b/476446922
1 parent 5bd2eed commit 00d69c9

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.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
@@ -10,7 +10,7 @@
1010
"repo": "googleapis/python-logging",
1111
"distribution_name": "google-cloud-logging",
1212
"api_id": "logging.googleapis.com",
13-
"codeowner_team": "@googleapis/api-logging @googleapis/api-logging-partners",
13+
"codeowner_team": "@googleapis/yoshi-python",
1414
"default_version": "v2",
1515
"api_shortname": "logging",
1616
"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."

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"repo": "googleapis/python-logging",
1111
"distribution_name": "google-cloud-logging",
1212
"api_id": "logging.googleapis.com",
13-
"codeowner_team": "@googleapis/api-logging @googleapis/api-logging-partners",
13+
"codeowner_team": "@googleapis/yoshi-python",
1414
"default_version": "v2",
1515
"api_shortname": "logging",
1616
"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."

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ filterwarnings =
3636
ignore:The `credentials_file` argument is deprecated:DeprecationWarning
3737
# Remove when load_credentials_from_file method is removed
3838
ignore:The load_credentials_from_file method is deprecated:DeprecationWarning
39+
ignore:.*Please upgrade to the latest Python version.*:FutureWarning
40+
ignore:(?s).*using a Python version.*past its end of life.*:FutureWarning
41+

0 commit comments

Comments
 (0)