changelog: fix handling of issues containing multiple labels

This commit is contained in:
Sören Weber 2021-11-17 16:51:15 +01:00
parent 59412de591
commit b84b4157bc
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -16,10 +16,12 @@ module.exports = {
],
},
ignoreLabels: [
"hugo",
],
ignoreIssuesWith: [
"discussion",
"documentation",
"duplicate",
"hugo",
"invalid",
"support",
"wontfix",