Skip to content

Commit ac07386

Browse files
authored
Ignore the >test-mute label when generating release notes. (#38307)
Muted tests are irrelevant for release notes.
1 parent f872c72 commit ac07386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-tools/es_release_notes.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
">enhancement", ">bug", ">regression", ">upgrade"
3333
);
3434
my %Ignore = map { $_ => 1 }
35-
( ">non-issue", ">refactoring", ">docs", ">test", ">test-failure", ":Core/Infra/Build", "backport" );
35+
( ">non-issue", ">refactoring", ">docs", ">test", ">test-failure", ">test-mute", ":Core/Infra/Build", "backport" );
3636

3737
my %Group_Labels = (
3838
'>breaking' => 'Breaking changes',

0 commit comments

Comments
 (0)