Versions in this module Expand all Collapse all v0 v0.5.0 Jul 27, 2025 v0.4.0 Jul 22, 2025 Changes in this version + const BotCommentIdentifier + type Client struct + func NewClient(token string) (*Client, error) + func (c *Client) CleanupOldComments(ctx context.Context, prNumber int) error + func (c *Client) FindBotComment(ctx context.Context, prNumber int, identifier string) (*github.IssueComment, error) + func (c *Client) GetPRInfo() (*PREvent, error) + func (c *Client) PostOrUpdateComment(ctx context.Context, prNumber int, content string) error + type PREvent struct + PullRequest struct{ ... }