Versions in this module Expand all Collapse all v0 v0.3.22 Feb 24, 2026 Changes in this version + func New(client *clients.Github, rawConfig map[string]any) (handlers.WebhookHandler[*Params], error) + type IssueCommentsAction struct + func (r *IssueCommentsAction) Handle(ctx context.Context, log *slog.Logger, p *Params) error + type Params struct + Comment string + CommentID int64 + PullRequestNumber int + RepositoryName string + RepositoryURL string + User string