From e937c73b9e3990e74e5109e176401e1bdadd4fbe Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Wed, 30 Nov 2022 23:16:36 -0800 Subject: [PATCH 1/2] Add a partner team as approvers for PRs Adding @googleapis/api-logging-partners to contain more people who can approve PRs --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 080866d5c..7dda28ff9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,7 +4,7 @@ # For syntax help see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax -* @googleapis/api-logging @googleapis/yoshi-java +* @googleapis/api-logging @googleapis/yoshi-java @googleapis/api-logging-partners # The java-samples-reviewers team is the default owner for samples changes samples/**/*.java @googleapis/java-samples-reviewers @googleapis/api-logging From b4d5d2e72a65b5e55f111765f275b48d34ffd03e Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Thu, 1 Dec 2022 14:19:42 -0800 Subject: [PATCH 2/2] Add a partner team as approvers for PRs --- .github/sync-repo-settings.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index df2b32de1..7739d14eb 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -56,3 +56,5 @@ permissionRules: permission: admin - team: yoshi-java permission: push + - team: api-logging-partners + permission: push