mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 02:40:24 +00:00
changelog: fix handling of issues containing multiple labels
This commit is contained in:
parent
59412de591
commit
b84b4157bc
1 changed files with 3 additions and 1 deletions
|
@ -16,10 +16,12 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
ignoreLabels: [
|
||||
"hugo",
|
||||
],
|
||||
ignoreIssuesWith: [
|
||||
"discussion",
|
||||
"documentation",
|
||||
"duplicate",
|
||||
"hugo",
|
||||
"invalid",
|
||||
"support",
|
||||
"wontfix",
|
||||
|
|
Loading…
Reference in a new issue