From d85ce0a307b14765b8d9a9e7ecb8e270853c2ac9 Mon Sep 17 00:00:00 2001 From: SandPoot Date: Tue, 12 Jul 2022 13:46:45 -0300 Subject: [PATCH] tweak --- tools/WebhookProcessor/github_webhook_processor.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/WebhookProcessor/github_webhook_processor.php b/tools/WebhookProcessor/github_webhook_processor.php index 506921487f47..48b6248bc79a 100644 --- a/tools/WebhookProcessor/github_webhook_processor.php +++ b/tools/WebhookProcessor/github_webhook_processor.php @@ -870,6 +870,11 @@ function checkchangelog($payload, $compile = true) { if($item != 'something server ops should know') $currentchangelogblock[] = array('type' => 'server', 'body' => $item); break; + case 'tweak': + if($item != 'tweaked a few things') + $tags[] = 'Tweak'; + $currentchangelogblock[] = array('type' => 'tweak', 'body' => $item); + break; default: //we add it to the last changelog entry as a separate line if (count($currentchangelogblock) > 0)