mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
[MIRROR] Renamed Balance/Rebalance to Balance, and removes unused rebalance tag [MDB IGNORE] (#15103)
* Renamed Balance/Rebalance to Balance, and removes unused rebalance tag (#68485) * Renamed Balance/Rebalance to Balance, and removes unused rebalance tag Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
2
.github/gbp.toml
vendored
2
.github/gbp.toml
vendored
@@ -5,7 +5,7 @@ reset_label = "GBP: Reset"
|
|||||||
"Accessibility" = 3
|
"Accessibility" = 3
|
||||||
"Administration" = 2
|
"Administration" = 2
|
||||||
"Atomic" = 2
|
"Atomic" = 2
|
||||||
"Balance/Rebalance" = -5
|
"Balance" = -5
|
||||||
"Code Improvement" = 2
|
"Code Improvement" = 2
|
||||||
"Documentation" = 1
|
"Documentation" = 1
|
||||||
"Feature" = -6
|
"Feature" = -6
|
||||||
|
|||||||
@@ -764,9 +764,8 @@ function checkchangelog($payload, $compile = true) {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'balance':
|
case 'balance':
|
||||||
case 'rebalance':
|
|
||||||
if($item != 'rebalanced something'){
|
if($item != 'rebalanced something'){
|
||||||
$tags[] = 'Balance/Rebalance';
|
$tags[] = 'Balance';
|
||||||
$currentchangelogblock[] = array('type' => 'balance', 'body' => $item);
|
$currentchangelogblock[] = array('type' => 'balance', 'body' => $item);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user