Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
BaseURL, UploadURL string
}
func (*Action) ForcePushRebased ¶
The rebase-via-github-api algorithm comes from https://github.com/tibdex/github-cherry-pick Thanks a lot for the original author!
type Target ¶
type Target struct {
Owner, Repo string
PullRequest *github.PullRequest
}
Click to show internal directories.
Click to hide internal directories.