We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
>test-failure
1 parent 2396cbd commit a5540baCopy full SHA for a5540ba
dev-tools/es_release_notes.pl
@@ -32,7 +32,7 @@
32
">enhancement", ">bug", ">regression", ">upgrade"
33
);
34
my %Ignore = map { $_ => 1 }
35
- ( ">non-issue", ">refactoring", ">docs", ">test", ":Core/Build" );
+ ( ">non-issue", ">refactoring", ">docs", ">test", ">test-failure", ":Core/Build" );
36
37
my %Group_Labels = (
38
'>breaking' => 'Breaking changes',
0 commit comments