Skip to content

Commit

Permalink
fix: Add a partner team as approvers for PRs (#1211)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
losalex committed Dec 1, 2022
1 parent 9805282 commit a69fd5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ permissionRules:
permission: admin
- team: yoshi-java
permission: push
- team: api-logging-partners
permission: push

0 comments on commit a69fd5e

Please sign in to comment.