Renamed Balance/Rebalance to Balance, and removes unused rebalance tag (#68485)

This commit is contained in:
Mothblocks
2022-07-21 19:47:37 -04:00
committed by GitHub
parent 5ef8356b9d
commit e26d76a479
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ reset_label = "GBP: Reset"
"Accessibility" = 3
"Administration" = 2
"Atomic" = 2
"Balance/Rebalance" = -5
"Balance" = -5
"Code Improvement" = 2
"Documentation" = 1
"Feature" = -6
@@ -763,9 +763,8 @@ function checkchangelog($payload, $compile = true) {
}
break;
case 'balance':
case 'rebalance':
if($item != 'rebalanced something'){
$tags[] = 'Balance/Rebalance';
$tags[] = 'Balance';
$currentchangelogblock[] = array('type' => 'balance', 'body' => $item);
}
break;