From d7dc38c3a701b074ac90faf6618f594c3675d126 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Mon, 25 Jul 2022 12:33:48 -0400 Subject: [PATCH] feat: Add googleapis-auth as codeowner team (#923) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update dependency org.apache.maven.plugins:maven-project-info-reports-plugin to v3.4.0 * fix: Fix format issues * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 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: Renovate Bot 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 e53201cf4..7d58dc086 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -61,3 +61,5 @@ permissionRules: permission: admin - team: yoshi-java permission: push + - team: googleapis-auth + permission: push diff --git a/.repo-metadata.json b/.repo-metadata.json index 5b35444b0..a8c59eef4 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -7,5 +7,6 @@ "repo": "googleapis/google-oauth-java-client", "repo_short": "google-oauth-java-client", "library_type": "AUTH", - "distribution_name": "com.google.oauth-client:google-oauth-client" + "distribution_name": "com.google.oauth-client:google-oauth-client", + "codeowner_team": "@googleapis/googleapis-auth" }