Browse Source

Adds backport label to list to ignore (#35079)

Colin Goodheart-Smithe 7 years ago
parent
commit
502745f8e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev-tools/es_release_notes.pl

+ 1 - 1
dev-tools/es_release_notes.pl

@@ -32,7 +32,7 @@ my @Groups = (
     ">enhancement", ">bug",           ">regression",  ">upgrade"
 );
 my %Ignore = map { $_ => 1 }
-    ( ">non-issue", ">refactoring", ">docs", ">test", ">test-failure", ":Core/Build" );
+    ( ">non-issue", ">refactoring", ">docs", ">test", ">test-failure", ":Core/Build", "backport" );
 
 my %Group_Labels = (
     '>breaking'      => 'Breaking changes',