Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateMessage ¶
func UpdateMessage(ed editor.Editor, pr *github.PullRequest) error
UpdateMessage uses the given editor to edit the commit message of the given PR.
Types ¶
type LandRequest ¶
type LandRequest struct {
// PullRqeuest to land
PullRequest *github.PullRequest
// Name of the local branch that points to this PR or an empty string if a
// local branch for this PR is not known.
LocalBranch string
}
LandRequest is a request to land the given pull request.
Click to show internal directories.
Click to hide internal directories.