We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0d0e3 commit 3a0c9a3Copy full SHA for 3a0c9a3
.mergify.yml
@@ -25,4 +25,4 @@ pull_request_rules:
25
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@11)
26
actions:
27
merge:
28
- method: squash
+ method: merge
build.sbt
@@ -78,7 +78,7 @@ ThisBuild / mergifyPrRules := {
78
MergifyPrRule(
79
"merge scala-steward's PRs",
80
List(authorCondition) ++ mergifySuccessConditions.value,
81
- List(MergifyAction.Merge(Some("squash")))
+ List(MergifyAction.Merge(Some("merge")))
82
)
83
84
}
0 commit comments