mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Ignore the >test-mute
label when generating release notes. (#38307)
Muted tests are irrelevant for release notes.
This commit is contained in:
parent
f872c721ac
commit
ac07386eab
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ my @Groups = (
|
||||||
">enhancement", ">bug", ">regression", ">upgrade"
|
">enhancement", ">bug", ">regression", ">upgrade"
|
||||||
);
|
);
|
||||||
my %Ignore = map { $_ => 1 }
|
my %Ignore = map { $_ => 1 }
|
||||||
( ">non-issue", ">refactoring", ">docs", ">test", ">test-failure", ":Core/Infra/Build", "backport" );
|
( ">non-issue", ">refactoring", ">docs", ">test", ">test-failure", ">test-mute", ":Core/Infra/Build", "backport" );
|
||||||
|
|
||||||
my %Group_Labels = (
|
my %Group_Labels = (
|
||||||
'>breaking' => 'Breaking changes',
|
'>breaking' => 'Breaking changes',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue