Skip to content

Commit

Permalink
Merge instead of squash Scala Steward PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Jan 9, 2024
1 parent ef0d0e3 commit 3a0c9a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ pull_request_rules:
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@11)
actions:
merge:
method: squash
method: merge
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ThisBuild / mergifyPrRules := {
MergifyPrRule(
"merge scala-steward's PRs",
List(authorCondition) ++ mergifySuccessConditions.value,
List(MergifyAction.Merge(Some("squash")))
List(MergifyAction.Merge(Some("merge")))
)
)
}
Expand Down

0 comments on commit 3a0c9a3

Please sign in to comment.