Versions in this module Expand all Collapse all v0 v0.4.0 Nov 3, 2025 v0.3.0 Nov 2, 2025 Changes in this version + func FormatPRsAsBulletPoints(prs []PullRequest, needsReviewPrefix bool) string + func IsAvailable() bool + type Client struct + func NewClient(org string) *Client + func (c *Client) GetPRsCreatedYesterday(date time.Time) ([]PullRequest, error) + func (c *Client) GetPRsOpenAndUnreviewed(date time.Time) ([]PullRequest, error) + type PullRequest struct + Author string + CreatedAt time.Time + Number int + Repo string + Reviews int + State string + Title string + URL string + UpdatedAt time.Time