Adds backport label to list to ignore (#35079)
This commit is contained in:
parent
cf24231b1b
commit
502745f8e2
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue