Skip to content

Commit d277064

Browse files
authored
chore: replace googleapis-auth with cloud-sdk-auth-team (#1170)
1 parent 751ae8d commit d277064

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66

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

1010

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

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ permissionRules:
8787
permission: admin
8888
- team: yoshi-java
8989
permission: push
90-
- team: googleapis-auth
90+
- team: cloud-sdk-auth-team
9191
permission: admin

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"repo_short": "google-oauth-java-client",
99
"library_type": "AUTH",
1010
"distribution_name": "com.google.oauth-client:google-oauth-client",
11-
"codeowner_team": "@googleapis/googleapis-auth"
11+
"codeowner_team": "@googleapis/cloud-sdk-auth-team"
1212
}

0 commit comments

Comments
 (0)