Versions in this module Expand all Collapse all v0 v0.25.1 Jun 9, 2026 v0.25.0 Jun 8, 2026 Changes in this version + type ListCheckRunsForRef struct + func (c *ListCheckRunsForRef) Cancel(ctx core.ExecutionContext) error + func (c *ListCheckRunsForRef) Cleanup(ctx core.SetupContext) error + func (c *ListCheckRunsForRef) Color() string + func (c *ListCheckRunsForRef) Configuration() []configuration.Field + func (c *ListCheckRunsForRef) Description() string + func (c *ListCheckRunsForRef) Documentation() string + func (c *ListCheckRunsForRef) ExampleOutput() map[string]any + func (c *ListCheckRunsForRef) Execute(ctx core.ExecutionContext) error + func (c *ListCheckRunsForRef) HandleHook(ctx core.ActionHookContext) error + func (c *ListCheckRunsForRef) HandleWebhook(ctx core.WebhookRequestContext) (int, *core.WebhookResponseBody, error) + func (c *ListCheckRunsForRef) Hooks() []core.Hook + func (c *ListCheckRunsForRef) Icon() string + func (c *ListCheckRunsForRef) Label() string + func (c *ListCheckRunsForRef) Name() string + func (c *ListCheckRunsForRef) OutputChannels(configuration any) []core.OutputChannel + func (c *ListCheckRunsForRef) ProcessQueueItem(ctx core.ProcessQueueContext) (*uuid.UUID, error) + func (c *ListCheckRunsForRef) Setup(ctx core.SetupContext) error + type ListCheckRunsForRefConfiguration struct + CheckName string + Filter string + Ref string + Repository string + Status string + type OnCheckRun struct + func (t *OnCheckRun) Cleanup(ctx core.TriggerContext) error + func (t *OnCheckRun) Color() string + func (t *OnCheckRun) Configuration() []configuration.Field + func (t *OnCheckRun) Description() string + func (t *OnCheckRun) Documentation() string + func (t *OnCheckRun) ExampleData() map[string]any + func (t *OnCheckRun) HandleHook(ctx core.TriggerHookContext) (map[string]any, error) + func (t *OnCheckRun) HandleWebhook(ctx core.WebhookRequestContext) (int, *core.WebhookResponseBody, error) + func (t *OnCheckRun) Hooks() []core.Hook + func (t *OnCheckRun) Icon() string + func (t *OnCheckRun) Label() string + func (t *OnCheckRun) Name() string + func (t *OnCheckRun) Setup(ctx core.TriggerContext) error + type OnCheckRunConfiguration struct + Branches []configuration.Predicate + Conclusions []string + Names []configuration.Predicate + PullRequestsOnly bool + Repository string + Statuses []string