Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GithubConfig ¶ added in v0.1.37
func (*GithubConfig) GetPullRequestApprovers ¶ added in v0.1.37
func (c *GithubConfig) GetPullRequestApprovers(number int) ([]string, error)
GetPullRequestApprovers returns a list of approvers for a given pull request
func (*GithubConfig) PREvidenceForCommit ¶ added in v0.1.37
func (c *GithubConfig) PREvidenceForCommit(commit string) ([]*types.PREvidence, error)
func (*GithubConfig) PullRequestsForCommit ¶ added in v0.1.37
func (c *GithubConfig) PullRequestsForCommit(commit string) ([]*gh.PullRequest, error)
PullRequestsForCommit returns a list of pull requests for a specific commit
Click to show internal directories.
Click to hide internal directories.