Versions in this module Expand all Collapse all v0 v0.0.3 Feb 1, 2026 Changes in this version + func AddQACommands(root *cli.Command) + type Author struct + Login string + type HealthWorkflowRun struct + Conclusion string + HeadSha string + Name string + Status string + URL string + UpdatedAt string + type Issue struct + ActionHint string + Assignees struct{ ... } + Author struct{ ... } + Body string + Category string + Comments struct{ ... } + CreatedAt time.Time + Labels struct{ ... } + Number int + Priority int + RepoName string + State string + Title string + URL string + UpdatedAt time.Time + type JobStep struct + Conclusion string + Name string + Number int + Status string + type PullRequest struct + Additions int + Author Author + ChangedFiles int + CreatedAt time.Time + Deletions int + HeadRefName string + IsDraft bool + Mergeable string + Number int + ReviewDecision string + ReviewRequests ReviewRequests + Reviews []Review + State string + StatusChecks *StatusCheckRollup + Title string + URL string + UpdatedAt time.Time + type RepoHealth struct + FailingSince string + Message string + Name string + Status string + URL string + type Review struct + Author Author + State string + type ReviewRequest struct + RequestedReviewer Author + type ReviewRequests struct + Nodes []ReviewRequest + type StatusCheckRollup struct + Contexts []StatusContext + type StatusContext struct + Conclusion string + Name string + State string + type WorkflowJob struct + Conclusion string + ID int64 + Name string + Status string + URL string + type WorkflowRun struct + Conclusion string + CreatedAt time.Time + DisplayTitle string + HeadSha string + ID int64 + Name string + Status string + URL string + UpdatedAt time.Time