Skip to content

Commit 4d98e32

Browse files
authored
chore: replace old teams with cloud-sdk-python-team and gcs-team (#1758)
This PR replaces the old yoshi-python team with cloud-sdk-python-team, gcs-fs with gcs-fs-team, and gcs-sdk-team with gcs-team. b/478003109
1 parent d8dd1e0 commit 4d98e32

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
#
44
# For syntax help see:
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
6+
* @googleapis/cloud-sdk-python-team @googleapis/gcs-team @googleapis/gcs-fs-team
67

7-
# @googleapis/yoshi-python @googleapis/gcs-sdk-team are the default owners for changes in this repo
8-
* @googleapis/yoshi-python @googleapis/gcs-sdk-team @googleapis/gcs-fs
9-
10-
# @googleapis/python-samples-reviewers @googleapis/gcs-sdk-team are the default owners for samples changes
11-
/samples/ @googleapis/python-samples-reviewers @googleapis/gcs-sdk-team
8+
# @googleapis/python-samples-reviewers @googleapis/gcs-team are the default owners for samples changes
9+
/samples/ @googleapis/python-samples-reviewers @googleapis/gcs-team

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"api_id": "storage.googleapis.com",
1313
"requires_billing": true,
1414
"default_version": "v2",
15-
"codeowner_team": "@googleapis/yoshi-python @googleapis/gcs-sdk-team @googleapis/gcs-fs",
15+
"codeowner_team": "@googleapis/cloud-sdk-python-team @googleapis/gcs-team @googleapis/gcs-fs",
1616
"api_shortname": "storage",
1717
"api_description": "is a durable and highly available object storage service. Google Cloud Storage is almost infinitely scalable and guarantees consistency: when a write succeeds, the latest copy of the object will be returned to any GET, globally."
1818
}

0 commit comments

Comments
 (0)