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
github: apply rebaseMerge config in MergePullRequest implementation
Update the `GitHubInterface.MergePullRequest` interface to take a
`mergeMethod` argument from the repo configuration. This is a
workaround for target branches that require signed commits as
described in issue ejoffe#195.
Support the "gh" CLI tool in addition to "hub"
Turns out "hub" is deprecated and GitHub wants you
to use this one instead: https://cli.github.com
From playing with it, it seems strictly superior to hub
since it does browser-based authentication and has a much
wider array of supported operations.
commit-id:48660ea6