Skip to content

Commit b8b440d

Browse files
authored
Update sync-repo-settings.yaml (GoogleCloudPlatform#3755)
Let's try turning off merge commit allowed (I turned on), and requiresStrictStatusChecks - which may be what's preventing non-tot merges. - [x] Please **merge** this PR for me once it is approved. @JustinBeckwith FYI
1 parent 165bcbf commit b8b440d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/sync-repo-settings.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rebaseMergeAllowed: true
22
squashMergeAllowed: true
3-
mergeCommitAllowed: true
3+
mergeCommitAllowed: false
44
branchProtectionRules:
55
- pattern: master
66
isAdminEnforced: true
@@ -11,7 +11,7 @@ branchProtectionRules:
1111
- 'cla/google'
1212
requiredApprovingReviewCount: 1
1313
requiresCodeOwnerReviews: true
14-
requiresStrictStatusChecks: true
14+
requiresStrictStatusChecks: false
1515
permissionRules:
1616
- team: java-samples-reviewers
1717
permission: push

0 commit comments

Comments
 (0)