issue_comments

package
v0.3.22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2026 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(client *clients.Github, rawConfig map[string]any) (handlers.WebhookHandler[*Params], error)

Types

type IssueCommentsAction

type IssueCommentsAction struct {
	// contains filtered or unexported fields
}

func (*IssueCommentsAction) Handle

func (r *IssueCommentsAction) Handle(ctx context.Context, log *slog.Logger, p *Params) error

Handle applies actions on issues comments, e.g. executes ad hoc commands

type Params

type Params struct {
	PullRequestNumber int
	RepositoryName    string
	RepositoryURL     string
	Comment           string
	CommentID         int64
	User              string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL