Set default answer to "no" for "deleting branch after merge" question
Signed-off-by: Ricardo Seriani <ricardo.seriani@gmail.com>
This commit is contained in:
parent
f17d9672f5
commit
6bb2a11d1b
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ func prInteractiveMerge(deleteLocalBranch bool, crossRepoPR bool) (api.PullReque
|
|||
Name: "deleteBranch",
|
||||
Prompt: &survey.Confirm{
|
||||
Message: message,
|
||||
Default: true,
|
||||
Default: false,
|
||||
},
|
||||
}
|
||||
qs = append(qs, deleteBranchQuestion)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue