There was an error while loading. Please reload this page.
1 parent c3d8527 commit c06ada0Copy full SHA for c06ada0
1 file changed
automation/rulesets.tf
@@ -23,10 +23,10 @@ resource "github_organization_ruleset" "default_release" {
23
24
rules {
25
deletion = true
26
+ non_fast_forward = true
27
# We can not enforce linear history on repos that have merge commits in their history.
28
# Enforcing it will block creation of release branches.
- non_fast_forward = false
29
- required_linear_history = true
+ required_linear_history = false
30
31
pull_request {
32
required_approving_review_count = 1
0 commit comments