Skip to content

Commit ca1f4fa

Browse files
fix: Add a partner team as approvers for PRs (#1380)
* 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>
1 parent d4a0f45 commit ca1f4fa

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
@@ -6,7 +6,7 @@
66

77

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

1111
# The github automation team is the default owner for the auto-approve file.
1212
.github/auto-approve.yml @googleapis/github-automation

.github/sync-repo-settings.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ permissionRules:
2222
permission: admin
2323
- team: jsteam
2424
permission: push
25+
- team: api-logging-partners
26+
permission: push

0 commit comments

Comments
 (0)