From f508d248be9805e43156f7ff6efebead35d59493 Mon Sep 17 00:00:00 2001 From: oranges Date: Fri, 29 Sep 2017 15:55:27 +1300 Subject: [PATCH 1/2] Merge pull request #31091 from tgstation/Cyberboss-patch-1 Gives 1 GBP for Grammar and formatting --- tools/WebhookProcessor/github_webhook_processor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/WebhookProcessor/github_webhook_processor.php b/tools/WebhookProcessor/github_webhook_processor.php index 4e20a7e902..a8b32c7a92 100644 --- a/tools/WebhookProcessor/github_webhook_processor.php +++ b/tools/WebhookProcessor/github_webhook_processor.php @@ -456,6 +456,7 @@ function get_pr_code_friendliness($payload, $oldbalance = null){ 'Fix' => 2, 'Refactor' => 2, 'Code Improvement' => 1, + 'Grammar and Formatting' => 1, 'Priority: High' => 4, 'Priority: CRITICAL' => 5, 'Atmospherics' => 4,