Documentation ¶
Index ¶
Constants ¶
View Source
const ChangeSection = `` /* 212-byte string literal not displayed */
View Source
const ChangeSectionAdoc = `` /* 208-byte string literal not displayed */
View Source
const Default = `` /* 602-byte string literal not displayed */
View Source
const DefaultAdoc = `` /* 655-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func PullRequestWithLabels ¶ added in v0.0.8
func PullRequestWithLabels(prs []github.PullRequest, labels ...string) []github.PullRequest
PullRequestWithLabels filters slice of PRs to those matching one of the labels specified
Types ¶
type ChangeGroup ¶ added in v0.0.7
type ChangeGroup struct { Title string PullRequests []github.PullRequest }
func CombineToChangeGroup ¶ added in v0.0.8
func CombineToChangeGroup(prs []github.PullRequest, title string) ChangeGroup
CombineToChangeGroup merges group of PRs with corresponding title
Click to show internal directories.
Click to hide internal directories.