Skip to content

Commit 1cc7e7f

Browse files
authored
chore: replace old teams with cloud-sdk-python-team and pubsub-team (#1582)
This PR replaces the old yoshi-python team with cloud-sdk-python-team and api-pubsub with pubsub-team. b/478003109
1 parent 63796ff commit 1cc7e7f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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-pubsub are the default owners for changes in this repo
9-
* @googleapis/yoshi-python @googleapis/api-pubsub
8+
# @googleapis/cloud-sdk-python-team @googleapis/pubsub-team are the default owners for changes in this repo
9+
* @googleapis/cloud-sdk-python-team @googleapis/pubsub-team
1010

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

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"api_id": "pubsub.googleapis.com",
1212
"requires_billing": true,
1313
"default_version": "v1",
14-
"codeowner_team": "@googleapis/api-pubsub",
14+
"codeowner_team": "@googleapis/cloud-sdk-python-team @googleapis/pubsub-team",
1515
"api_shortname": "pubsub",
1616
"library_type": "GAPIC_COMBO",
1717
"api_description": "is designed to provide reliable, many-to-many, asynchronous messaging between applications. Publisher applications can send messages to a topic and other applications can subscribe to that topic to receive the messages. By decoupling senders and receivers, Google Cloud Pub/Sub allows developers to communicate between independently written applications."

0 commit comments

Comments
 (0)