Skip to content

Commit

Permalink
Update .kodiak.toml
Browse files Browse the repository at this point in the history
Changes the merge method from "squash" to "rebase". 

The project settings may need to be updated to allow this to happen.
  • Loading branch information
rgreinho authored and lumjjb committed Oct 24, 2022
1 parent 325bd83 commit bf7b0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/.kodiak.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = 1
blacklist_title_regex = "^WIP:.*"
blacklist_labels = ["do-not-merge"]
delete_branch_on_merge = true
method = "squash"
method = "rebase"
prioritize_ready_to_merge = true
require_automerge_label = false

Expand Down

0 comments on commit bf7b0aa

Please sign in to comment.