Closed cdupuis closed 7 years ago
Ah, cool. Is that new?
In that case we need the non-squash to be available. Is that too?
Only new since github-api was removed, i.e. 1.0.0-m.14. Valid values to the mergePullRequest
method's mergeMethod
field are squash
(default if not specified), merge
, and rebase
, as per https://developer.github.com/v3/pulls/#merge-a-pull-request-merge-button
Squash is default for the mergePullRequest method