Skip to content

Commit c763c54

Browse files
authored
chore: replace api-pubsub and yoshi-java with updated names (#419)
b/478003109
1 parent 1d997f2 commit c763c54

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# For syntax help see:
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66

7-
# The @googleapis/api-pubsub is the default owner for changes in this repo
8-
* @googleapis/cloud-sdk-java-team @googleapis/api-pubsub
7+
# The @googleapis/pubsub-team is the default owner for changes in this repo
8+
* @googleapis/cloud-sdk-java-team @googleapis/pubsub-team
99

1010
# for handwritten libraries, keep codeowner_team in .repo-metadata.json as owner
11-
**/*.java @googleapis/api-pubsub
11+
**/*.java @googleapis/pubsub-team
1212

1313

1414
# The java-samples-reviewers team is the default owner for samples changes

.github/sync-repo-settings.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissionRules:
2020
permission: admin
2121
- team: yoshi-java-admins
2222
permission: admin
23-
- team: yoshi-java
23+
- team: cloud-sdk-java-team
2424
permission: push
25-
- team: api-pubsub
25+
- team: pubsub-team
2626
permission: admin

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"repo": "googleapis/java-pubsub-group-kafka-connector",
1212
"repo_short": "java-pubsub-group-kafka-connector",
1313
"distribution_name": "com.google.cloud:pubsub-group-kafka-connector",
14-
"codeowner_team": "@googleapis/api-pubsub",
14+
"codeowner_team": "@googleapis/pubsub-team",
1515
"api_id": "pubsub.googleapis.com",
1616
"library_type": "AGENT",
1717
"transport": "grpc",

0 commit comments

Comments
 (0)