Versions in this module Expand all Collapse all v0 v0.1.0 May 3, 2023 Changes in this version + func Report(ctx context.Context, ghc GitHubClient, reportTemplate *template.Template, ...) error + func ReportComment(ctx context.Context, ghc GitHubClient, reportTemplate *template.Template, ...) error + func ReportStatusContext(ctx context.Context, ghc GitHubClient, pj prowapi.ProwJob, ...) error + func ShouldReport(pj prowapi.ProwJob, validTypes []prowapi.ProwJobType) bool + type GitHubClient interface + BotUserCheckerWithContext func(ctx context.Context) (func(candidate string) bool, error) + CreateCommentWithContext func(ctx context.Context, org, repo string, number int, comment string) error + CreateStatusWithContext func(ctx context.Context, org, repo, ref string, s github.Status) error + DeleteCommentWithContext func(ctx context.Context, org, repo string, ID int) error + EditCommentWithContext func(ctx context.Context, org, repo string, ID int, comment string) error + ListIssueCommentsWithContext func(ctx context.Context, org, repo string, number int) ([]github.IssueComment, error)