Skip to content

Commit

Permalink
chore: Add branch protection rules to feat/transfer-manager (#2054)
Browse files Browse the repository at this point in the history
* chore: Add branch protection rules to feat/transfer-manager

* Update .github/sync-repo-settings.yaml

Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>

---------

Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>
  • Loading branch information
sydney-munro and BenWhitehead committed Jun 7, 2023
1 parent 88fffbd commit 61e1c33
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,22 @@ branchProtectionRules:
- cla/google
- 'Kokoro - Test: Java GraalVM Native Image'
- 'Kokoro - Test: Java 17 GraalVM Native Image'
- pattern: feat/transfer-manager
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- lint
- clirr
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- cla/google
- 'Kokoro - Test: Java GraalVM Native Image'
- 'Kokoro - Test: Java 17 GraalVM Native Image'
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down

0 comments on commit 61e1c33

Please sign in to comment.