Adds backport label to list to ignore (#35079)

This commit is contained in:
Colin Goodheart-Smithe 2018-10-30 12:46:39 +00:00 committed by GitHub
parent cf24231b1b
commit 502745f8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',