Skip to content

Commit

Permalink
feat: Add googleapis-auth as codeowner team (googleapis#950)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Jul 25, 2022
1 parent f374889 commit ef17ed8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

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

# The java-samples-reviewers team is the default owner for samples changes
samples/**/*.java @googleapis/java-samples-reviewers
2 changes: 2 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ permissionRules:
permission: admin
- team: yoshi-admins
permission: admin
- team: googleapis-auth
permission: push
3 changes: 2 additions & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"repo": "googleapis/google-auth-library-java",
"repo_short": "google-auth-library-java",
"library_type": "AUTH",
"distribution_name": "com.google.auth:google-auth-library"
"distribution_name": "com.google.auth:google-auth-library",
"codeowner_team": "@googleapis/googleapis-auth"
}

0 comments on commit ef17ed8

Please sign in to comment.