Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubPullRequest ¶
type GitHubPullRequest struct { BaseBranch string Debug bool Draft string GitRootDir string LocalBranch string LocalRepo string NewPrTitle string }
func NewGitHubPullRequest ¶
func NewGitHubPullRequest(options map[string]string, debug bool) *GitHubPullRequest
func (*GitHubPullRequest) Create ¶
func (pr *GitHubPullRequest) Create()
Click to show internal directories.
Click to hide internal directories.