Versions in this module Expand all Collapse all v1 v1.0.2 Jan 7, 2026 v1.0.1 Jan 7, 2026 v1.0.0 Jan 7, 2026 Changes in this version + const BotCommentMarker + type Client struct + func NewClient(token, apiURL string) *Client + func (c *Client) CreateComment(owner, repo string, number int, body string) error + func (c *Client) CreateOrUpdateComment(owner, repo string, number int, body string) error + func (c *Client) CreateReview(owner, repo string, number int, comments []*github.DraftReviewComment, ...) error + func (c *Client) CreateReviewWithOptions(owner, repo string, number int, comments []*github.DraftReviewComment, ...) error + func (c *Client) FindBotComment(owner, repo string, number int) (*github.IssueComment, error) + func (c *Client) GetCommentThread(owner, repo string, number int, commentID int64) ([]ConversationMessage, error) + func (c *Client) GetExistingCommentsByLocation(owner, repo string, number int) (map[string]*ExistingComment, error) + func (c *Client) GetIssueCommentThread(owner, repo string, number int) ([]ConversationMessage, error) + func (c *Client) GetPR(owner, repo string, number int) (*PRInfo, error) + func (c *Client) GetPRFromEvent(eventPath string) (*PRInfo, error) + func (c *Client) GetPRFromURL(url string) (*PRInfo, error) + func (c *Client) ListReviewComments(owner, repo string, number int) ([]*github.PullRequestComment, error) + func (c *Client) ReplyToComment(owner, repo string, number int, commentID int64, body string) error + func (c *Client) UpdateComment(owner, repo string, commentID int64, body string) error + func (c *Client) UpdatePR(owner, repo string, number int, title, body *string) error + type ConversationMessage struct + Author string + Body string + CreatedAt string + ID int64 + IsBot bool + type CreateReviewOptions struct + IsIncremental bool + type ExistingComment struct + Body string + EndLine int + ID int64 + IsBot bool + Path string + StartLine int + type GitHubEvent struct + PullRequest struct{ ... } + Repository struct{ ... } + type PRInfo struct + Description string + Diff string + HeadSHA string + Number int + Owner string + Repository string + Title string v1.0.0-beta.10 Jan 7, 2026 v1.0.0-beta.9 Jan 7, 2026