Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DumpDefaultConfig ¶
Types ¶
type Configuration ¶
type Configuration struct {
DefaultScope Scope `yaml:"default_scope"`
Names Names `yaml:"names"`
Order Order `yaml:"order"`
LabelMatchers LabelMatchers `yaml:"label_matchers"`
AuthorshipLabels Labels `yaml:"authorship_labels"`
SkipChangelogLabels Labels `yaml:"skip_changelog_labels"`
}
func DefaultConfig ¶
func DefaultConfig() Configuration
func LoadConfig ¶
func LoadConfig(configFile string) (Configuration, error)
type LabelMatcher ¶
type LabelMatchers ¶
type LabelMatchers []LabelMatcher
type YamlErrorWrapper ¶
type YamlErrorWrapper struct {
// contains filtered or unexported fields
}
func (*YamlErrorWrapper) Error ¶
func (e *YamlErrorWrapper) Error() string
func (*YamlErrorWrapper) Is ¶
func (e *YamlErrorWrapper) Is(err error) bool
Click to show internal directories.
Click to hide internal directories.