Skip to content

Commit

Permalink
fix: Add a partner team as approvers for PRs (#1380)
Browse files Browse the repository at this point in the history
* fix: Add a partner team as approvers for PRs

Adding @googleapis/api-logging-partners to contain more people who can approve PRs

* Update sync-repo-settings.yaml

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Update CODEOWNERS

* Update sync-repo-settings.yaml

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
losalex and gcf-owl-bot[bot] committed Dec 2, 2022
1 parent d4a0f45 commit ca1f4fa
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 @@ -6,7 +6,7 @@


# The yoshi-nodejs team is the default owner for nodejs repositories.
* @googleapis/yoshi-nodejs @googleapis/api-logging
* @googleapis/yoshi-nodejs @googleapis/api-logging @googleapis/api-logging-partners

# The github automation team is the default owner for the auto-approve file.
.github/auto-approve.yml @googleapis/github-automation
2 changes: 2 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ permissionRules:
permission: admin
- team: jsteam
permission: push
- team: api-logging-partners
permission: push

0 comments on commit ca1f4fa

Please sign in to comment.