refactor: fix suffix typo
This commit is contained in:
parent
5c992b6826
commit
abeae14b96
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ type CommitMessageIssueConfig struct {
|
|||
// BranchesConfig branches preferences.
|
||||
type BranchesConfig struct {
|
||||
PrefixRegex string `yaml:"prefix"`
|
||||
SuffixRegex string `yaml:"sufix"`
|
||||
SuffixRegex string `yaml:"suffix"`
|
||||
DisableIssue bool `yaml:"disable-issue"`
|
||||
Skip []string `yaml:"skip"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue