Skip to content

Commit a69fd5e

Browse files
authored
fix: Add a partner team as approvers for PRs (#1211)
* Add a partner team as approvers for PRs Adding @googleapis/api-logging-partners to contain more people who can approve PRs * Add a partner team as approvers for PRs
1 parent 9805282 commit a69fd5e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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/api-logging @googleapis/yoshi-java
7+
* @googleapis/api-logging @googleapis/yoshi-java @googleapis/api-logging-partners
88

99
# The java-samples-reviewers team is the default owner for samples changes
1010
samples/**/*.java @googleapis/java-samples-reviewers @googleapis/api-logging

.github/sync-repo-settings.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ permissionRules:
5656
permission: admin
5757
- team: yoshi-java
5858
permission: push
59+
- team: api-logging-partners
60+
permission: push

0 commit comments

Comments
 (0)