mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-16 18:04:52 +00:00
Make release notes ignore the >test-failure
label. (#31309)
This label is uninteresting for release notes.
This commit is contained in:
parent
2396cbd449
commit
a5540ba19c
@ -32,7 +32,7 @@ my @Groups = (
|
||||
">enhancement", ">bug", ">regression", ">upgrade"
|
||||
);
|
||||
my %Ignore = map { $_ => 1 }
|
||||
( ">non-issue", ">refactoring", ">docs", ">test", ":Core/Build" );
|
||||
( ">non-issue", ">refactoring", ">docs", ">test", ">test-failure", ":Core/Build" );
|
||||
|
||||
my %Group_Labels = (
|
||||
'>breaking' => 'Breaking changes',
|
||||
|
Loading…
x
Reference in New Issue
Block a user