task: remove irrelevant labels from changelog

This commit is contained in:
Sören Weber 2022-09-13 23:20:13 +02:00
parent 82736347ea
commit 45875d5e73
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -16,14 +16,20 @@ module.exports = {
],
},
ignoreLabels: [
"blocked",
"browser",
"helpwanted",
"hugo",
"mermaid",
"needsfeedback",
"undecided",
],
ignoreIssuesWith: [
"discussion",
"documentation",
"duplicate",
"invalid",
"support",
"unresolved",
"wontfix",
],
ignoreTagsWith: [