Documentation ¶ Index ¶ func New(client *clients.Github, rawConfig map[string]any) (handlers.WebhookHandler[*Params], error) type Params type ProjectV2ItemHandler func (r *ProjectV2ItemHandler) Handle(ctx context.Context, log *slog.Logger, p *Params) error 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 Params ¶ type Params struct { ProjectNumber int64 ProjectID string ContentNodeID string } type ProjectV2ItemHandler ¶ type ProjectV2ItemHandler struct { // contains filtered or unexported fields } func (*ProjectV2ItemHandler) Handle ¶ func (r *ProjectV2ItemHandler) Handle(ctx context.Context, log *slog.Logger, p *Params) error Handle removes a label from an issue or pull request when being moved to a certain project column Source Files ¶ View all Source files project_v2_item_handler.go Click to show internal directories. Click to hide internal directories.