Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BranchURLFromBranchName ¶ added in v0.1.28
func PRNumFromPRURL ¶ added in v0.1.10
func PRStrFromPRURL ¶
Types ¶
type PullRequest ¶
type PullRequest struct { BaseRefName string HeadRefName string State string URL string Title string Body string }
func FetchPRByURLOrNum ¶ added in v0.1.5
func FetchPRByURLOrNum(prURLOrNum string) (*PullRequest, error)
func FetchPRForBranch ¶ added in v0.1.5
func FetchPRForBranch(branchName string) (*PullRequest, error)
func GetPRDataForIgnoredBranch ¶ added in v0.1.16
func GetPRDataForIgnoredBranch(branchName string) *PullRequest
Click to show internal directories.
Click to hide internal directories.