From 48323262a5d65d31f67589ce6d78fbdc64059675 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Tue, 29 Oct 2019 15:01:23 -0700 Subject: [PATCH] Additional release notes categories (#10761) --- LibreNMS/Util/GitHub.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LibreNMS/Util/GitHub.php b/LibreNMS/Util/GitHub.php index 99e3104023..45d2a2e094 100644 --- a/LibreNMS/Util/GitHub.php +++ b/LibreNMS/Util/GitHub.php @@ -56,6 +56,8 @@ class GitHub 'discovery' => [], 'polling' => [], 'bug' => [], + 'refactor' => [], + 'cleanup' => [], 'documentation' => [], 'translation' => [], 'misc' => [],