Versions in this module Expand all Collapse all v0 v0.1.2 Jun 11, 2026 v0.1.1 Jun 8, 2026 Changes in this version + func ParsePRNumber(s string) (int, error) + func ParsePatchLines(patch string) map[int]int + type Client struct + func NewClient(token string) *Client + func (c *Client) PostReview(ctx context.Context, owner, repo string, prNumber int, ...) error + func (c *Client) PostSummaryComment(ctx context.Context, owner, repo string, prNumber int, body string) error + type PRMetadata struct + CommitSHA string + Number int + Owner string + Repo string + func LoadPRMetadataFromEnv() (*PRMetadata, error) + func LoadPRMetadataFromFlags(owner, repo string, prNumber int, commitSHA string) *PRMetadata + type ReviewComment struct + Body string + Line int + Path string + func BuildReviewComments(reports []models.Report) []ReviewComment