Versions in this module Expand all Collapse all v1 v1.0.0 Sep 21, 2022 Changes in this version + const TitleUnmatchPattern + type Action struct + func NewAction(ctx context.Context, ac *Config) *Action + func NewActionWithClient(ctx context.Context, ac *Config, client *github.Client) *Action + func (a *Action) Run(prNumber int, actionType string) error + type Config struct + func NewActionConfig(action *githubactions.Action) (*Config, error) + func (ac *Config) GetHeaderPattern() string + func (ac *Config) GetOwner() string + func (ac *Config) GetRepo() string + func (ac *Config) GetScopes() []string + func (ac *Config) GetToken() string + func (ac *Config) GetTypes() []string