Skip to content

Commit ef17ed8

Browse files
feat: Add googleapis-auth as codeowner team (googleapis#950)
* feat: Add googleapis-auth as codeowner team * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Lawrence Qiu <[email protected]> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent f374889 commit ef17ed8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/CODEOWNERS

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

7-
* @googleapis/yoshi-java
7+
# The @googleapis/googleapis-auth is the default owner for changes in this repo
8+
* @googleapis/yoshi-java @googleapis/googleapis-auth
9+
**/*.java @googleapis/googleapis-auth
810

911
# The java-samples-reviewers team is the default owner for samples changes
1012
samples/**/*.java @googleapis/java-samples-reviewers

.github/sync-repo-settings.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,5 @@ permissionRules:
6666
permission: admin
6767
- team: yoshi-admins
6868
permission: admin
69+
- team: googleapis-auth
70+
permission: push

.repo-metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"repo": "googleapis/google-auth-library-java",
88
"repo_short": "google-auth-library-java",
99
"library_type": "AUTH",
10-
"distribution_name": "com.google.auth:google-auth-library"
10+
"distribution_name": "com.google.auth:google-auth-library",
11+
"codeowner_team": "@googleapis/googleapis-auth"
1112
}

0 commit comments

Comments
 (0)