Versions in this module Expand all Collapse all v1 v1.0.0 Jan 19, 2025 Changes in this version + type Feature string + const FeatureComment + const FeatureLabel + type GitHubEvent struct + Action string + Issue struct{ ... } + Repository struct{ ... } + type Helper struct + func NewHelper(opts ...Option) (*Helper, error) + func (h *Helper) Help(ctx context.Context) + type Option func(*Helper) error + func WithAIService(aiType string, apiKey string) Option + func WithFeatures(features []Feature) Option + func WithGitHubClient(token string) Option + func WithGitHubEventPath(path string) Option