Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PRCreationOptions ¶
type PRCreationOptions struct { SelfApprove bool flagutil.GitHubOptions GithubClient github.Client }
func (*PRCreationOptions) AddFlags ¶
func (o *PRCreationOptions) AddFlags(fs *flag.FlagSet)
func (*PRCreationOptions) Finalize ¶
func (o *PRCreationOptions) Finalize() error
type PrOption ¶
type PrOption func(*PrOptions)
PrOption is the type for Optional Parameters
func AdditionalLabels ¶
func GitCommitMessage ¶
GitCommitMessage is the wrapper to pass in PrCommitMessage that's different from the PrBody This is useful when you wish to provide large markdown information for the PR, but wish to keep the commit simple.
func MatchTitle ¶
MatchTitle is the wrapper to pass in MatchTitle as a parameter
func PrAssignee ¶
PrAssignee is the user to whom the PR is assigned
func SkipPRCreation ¶
func SkipPRCreation() PrOption
SkipPRCreation skips the actual pr creation after committing and pushing
Click to show internal directories.
Click to hide internal directories.