From ef17ed8bf2c91e7bd66d26f039f029de6af3814a Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Mon, 25 Jul 2022 12:33:54 -0400 Subject: [PATCH] feat: Add googleapis-auth as codeowner team (#950) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Co-authored-by: Owl Bot --- .github/CODEOWNERS | 4 +++- .github/sync-repo-settings.yaml | 2 ++ .repo-metadata.json | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 30fdb7b9c..0b7e7f179 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 555659fb5..1b5853967 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -66,3 +66,5 @@ permissionRules: permission: admin - team: yoshi-admins permission: admin + - team: googleapis-auth + permission: push diff --git a/.repo-metadata.json b/.repo-metadata.json index 29f18ace4..171611ed6 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -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" }