Skip to content

Commit

Permalink
chore(settings): revert enablement of merge commit (#6421)
Browse files Browse the repository at this point in the history
Fixes #6369 
Fixes #6380
  • Loading branch information
noahdietz authored Jul 26, 2022
1 parent 2971037 commit 3022581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rebaseMergeAllowed: true
squashMergeAllowed: true
mergeCommitAllowed: true
mergeCommitAllowed: false
branchProtectionRules:
- pattern: main
isAdminEnforced: true
Expand All @@ -19,7 +19,7 @@ branchProtectionRules:
- 'cla/google'
requiredApprovingReviewCount: 1
requiresStrictStatusChecks: true
requiresLinearHistory: false
requiresLinearHistory: true
permissionRules:
- team: actools
permission: admin

0 comments on commit 3022581

Please sign in to comment.