Rename "breaking java" tag to "breaking-java"
This commit is contained in:
parent
1cbe3bf2ad
commit
f92b3c965e
|
@ -28,13 +28,13 @@ my $User_Repo = 'elastic/elasticsearch/';
|
|||
my $Issue_URL = "http://github.com/${User_Repo}issues/";
|
||||
|
||||
my @Groups = (
|
||||
"breaking", "breaking java", "deprecation", "feature",
|
||||
"breaking", "breaking-java", "deprecation", "feature",
|
||||
"enhancement", "bug", "regression", "upgrade", "non-issue", "build",
|
||||
"docs", "test"
|
||||
"docs", "test"
|
||||
);
|
||||
my %Group_Labels = (
|
||||
breaking => 'Breaking changes',
|
||||
'breaking java' => 'Breaking Java changes',
|
||||
'breaking-java' => 'Breaking Java changes',
|
||||
build => 'Build',
|
||||
deprecation => 'Deprecations',
|
||||
docs => 'Docs',
|
||||
|
|
Loading…
Reference in New Issue