You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In GHPullRequest#L294, merge_method could be added to support different merge methods. Either the merge method could be overloaded to support different merge methods or methods for squashing and rebasing could be added.
The text was updated successfully, but these errors were encountered:
Note: This is part of a developer preview, so it might be too early to implement.
According the version 3 of the github API, new merge methods (
squash
andrebase
) have been added,merge
being the default: https://developer.github.com/v3/pulls/#merge-a-pull-request-merge-buttonIn GHPullRequest#L294,
merge_method
could be added to support different merge methods. Either themerge
method could be overloaded to support different merge methods or methods for squashing and rebasing could be added.The text was updated successfully, but these errors were encountered: