This commit is contained in:
Corey Johnson 2020-05-19 13:39:36 -07:00
parent 96e3d79f5e
commit 5c113d02c8

View file

@ -587,7 +587,7 @@ func prInteractiveMerge() (api.PullRequestMergeMethod, bool, error) {
Prompt: &survey.Select{
Message: "What merge method would you like to use?",
Options: []string{"Create a merge commit", "Rebase and merge", "Squash and merge"},
Default: "merge",
Default: "Merge",
},
}