Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client provides the context and client with necessary auth for interacting with the Github API
func (*Client) CommentOnPR ¶
func (g *Client) CommentOnPR(pr *github.PullRequestEvent, message string) error
CommentOnPR comments message on the PR
func (*Client) RemoveLabelFromPR ¶
func (g *Client) RemoveLabelFromPR(pr *github.PullRequestEvent, label string) error
RemoveLabelFromPR removes label from pr
Click to show internal directories.
Click to hide internal directories.