mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-15 14:35:20 +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: [
|
ignoreLabels: [
|
||||||
|
"hugo",
|
||||||
|
],
|
||||||
|
ignoreIssuesWith: [
|
||||||
"discussion",
|
"discussion",
|
||||||
"documentation",
|
"documentation",
|
||||||
"duplicate",
|
"duplicate",
|
||||||
"hugo",
|
|
||||||
"invalid",
|
"invalid",
|
||||||
"support",
|
"support",
|
||||||
"wontfix",
|
"wontfix",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue