Skip to content

Commit

Permalink
Make release notes ignore the >test-failure label. (#31309)
Browse files Browse the repository at this point in the history
This label is uninteresting for release notes.
  • Loading branch information
jpountz committed Jul 24, 2018
1 parent d9f1eb4 commit 6d72314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/es_release_notes.pl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
">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',
Expand Down

0 comments on commit 6d72314

Please sign in to comment.