mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 10:50:24 +00:00
task: remove irrelevant labels from changelog
This commit is contained in:
parent
82736347ea
commit
45875d5e73
1 changed files with 7 additions and 1 deletions
|
@ -16,14 +16,20 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
ignoreLabels: [
|
||||
"blocked",
|
||||
"browser",
|
||||
"helpwanted",
|
||||
"hugo",
|
||||
"mermaid",
|
||||
"needsfeedback",
|
||||
"undecided",
|
||||
],
|
||||
ignoreIssuesWith: [
|
||||
"discussion",
|
||||
"documentation",
|
||||
"duplicate",
|
||||
"invalid",
|
||||
"support",
|
||||
"unresolved",
|
||||
"wontfix",
|
||||
],
|
||||
ignoreTagsWith: [
|
||||
|
|
Loading…
Reference in a new issue