mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-14 11:42:27 +00:00
[MIRROR] Nerfs GBP gain (#1831)
* Nerfs GBP gain (#55038) Basically no one ever hits the lower limit and people have fucking bank at this point. * Nerfs GBP gain Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
This commit is contained in:
@@ -644,7 +644,7 @@ function get_pr_code_friendliness($payload, $oldbalance = null){
|
||||
//anything not in this list defaults to 0
|
||||
$label_values = array(
|
||||
'Fix' => 2,
|
||||
'Refactor' => 2,
|
||||
'Refactor' => 10,
|
||||
'CI/Tests' => 3,
|
||||
'Code Improvement' => 1,
|
||||
'Grammar and Formatting' => 1,
|
||||
@@ -653,8 +653,8 @@ function get_pr_code_friendliness($payload, $oldbalance = null){
|
||||
'Logging' => 1,
|
||||
'Feedback' => 1,
|
||||
'Performance' => 3,
|
||||
'Feature' => -1,
|
||||
'Balance/Rebalance' => -1,
|
||||
'Feature' => -10,
|
||||
'Balance/Rebalance' => -8,
|
||||
'PRB: Reset' => $startingPRBalance - $oldbalance,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user