From c3fab199be58efecf4e33e78af708e44dbe44160 Mon Sep 17 00:00:00 2001 From: oranges Date: Thu, 2 Nov 2017 22:15:40 +1300 Subject: [PATCH] Huge atmos nerf, tweak buff (#32285) It's not that different from other subsystems to justify the huge extra point cost, and the people who make atmos related changes have attained a great number of points. Tweak is for small things that shouldn't affect the point balance either way --- tools/WebhookProcessor/github_webhook_processor.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/WebhookProcessor/github_webhook_processor.php b/tools/WebhookProcessor/github_webhook_processor.php index 9ebc4ab07c..50dd3b1505 100644 --- a/tools/WebhookProcessor/github_webhook_processor.php +++ b/tools/WebhookProcessor/github_webhook_processor.php @@ -456,13 +456,11 @@ function get_pr_code_friendliness($payload, $oldbalance = null){ 'Grammar and Formatting' => 1, 'Priority: High' => 4, 'Priority: CRITICAL' => 5, - 'Atmospherics' => 4, 'Logging' => 1, 'Feedback' => 1, 'Performance' => 3, 'Feature' => -1, 'Balance/Rebalance' => -1, - 'Tweak' => -1, 'PRB: Reset' => $startingPRBalance - $oldbalance, );