Skip to content

Commit

Permalink
fix: add sync-repo-settings.yaml (#822)
Browse files Browse the repository at this point in the history
* fix: add repo settings

* add checks
  • Loading branch information
JoeWang1127 authored Aug 12, 2024
1 parent 2d0bc6f commit 4292fb0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
rebaseMergeAllowed: false
squashMergeAllowed: true
mergeCommitAllowed: false
branchProtectionRules:
- pattern: main
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- units (8)
- units (11)
- units (17)
- cla/google
- integrationTests
- Java 11 | GraalVM 22.3.2
- Java 17 | GraalVM 22.3
- Build with Sonar
permissionRules:
- team: yoshi-admins
permission: admin
- team: yoshi-java-admins
permission: admin
- team: yoshi-java
permission: push

0 comments on commit 4292fb0

Please sign in to comment.