Use our default labels across the board
Signed-off-by: Thom May <thom@chef.io>
This commit is contained in:
parent
0ca7371306
commit
b1121cb1ee
|
@ -207,9 +207,9 @@ module GitHubChangelogGenerator
|
||||||
unreleased: true,
|
unreleased: true,
|
||||||
unreleased_label: "Unreleased",
|
unreleased_label: "Unreleased",
|
||||||
compare_link: true,
|
compare_link: true,
|
||||||
enhancement_labels: %w[enhancement Enhancement],
|
enhancement_labels: ["enhancement", "Enhancement", "Type: Enhancement"],
|
||||||
bug_labels: %w[bug Bug],
|
bug_labels: ["bug", "Bug", "Type: Bug"],
|
||||||
exclude_labels: %w[duplicate question invalid wontfix Duplicate Question Invalid Wontfix],
|
exclude_labels: ["duplicate", "question", "invalid", "wontfix", "Duplicate", "Question", "Invalid", "Wontfix", "Meta: Exclude From Changelog"],
|
||||||
issue_line_labels: [],
|
issue_line_labels: [],
|
||||||
max_issues: nil,
|
max_issues: nil,
|
||||||
simple_list: false,
|
simple_list: false,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user