Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendComments ¶
func SendComments(accessToken, repo string, prNumber int, commentsList GithubComments) error
Types ¶
type GithubComments ¶
type GithubComments []*github.PullRequestComment
func ReadComments ¶
func ReadComments(file string) GithubComments
func (GithubComments) Has ¶
func (cs GithubComments) Has(comment *github.PullRequestComment) bool
func (GithubComments) ToDraftReviewComments ¶
func (cs GithubComments) ToDraftReviewComments() []*github.DraftReviewComment
Click to show internal directories.
Click to hide internal directories.