Versions in this module Expand all Collapse all v1 v1.0.0 Jun 15, 2026 Changes in this version + type PRStateSnapshot struct + Author string + CreatedAt time.Time + HeadCommitSHA string + IsDraft bool + LastActivityCheck time.Time + Number int + PipelineStatus pullrequest.PipelineStatus + Repository string + Reviews map[string]ReviewSnapshot + Seen bool + Title string + URL string + func ToSnapshot(pr *pullrequest.PullRequest) PRStateSnapshot + func ToSnapshots(prs []*pullrequest.PullRequest) []PRStateSnapshot + func (s PRStateSnapshot) ReconstitutePRFromSnapshot() (*pullrequest.PullRequest, error) + type ReviewSnapshot struct + State pullrequest.ReviewState + SubmittedAt time.Time