Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindOpenPR ¶
func FindOpenPR(ctx context.Context, client *github.Client, owner, repositoryName string, debug bool, parameters ...Parameter) ([]*github.Issue, error)
FindOpenPR find open PR.
func WithReviewApproved ¶
func WithReviewApproved() string
WithReviewApproved add a search filter by review approved.
Types ¶
type Parameter ¶
type Parameter func() string
Parameter search parameter.
func WithExcludedLabels ¶
WithExcludedLabels add a search filter by unwanted labels.
func WithLabels ¶
WithLabels add a search filter by labels.
Click to show internal directories.
Click to hide internal directories.