From c83dec99f7055b4c1dc92e5ea84a90e35574d433 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+github@gmail.com> Date: Wed, 22 Sep 2021 11:37:35 +0200 Subject: [PATCH] fixes #12 --- controllers/convert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/convert.php b/controllers/convert.php index 050c37d..58c9584 100644 --- a/controllers/convert.php +++ b/controllers/convert.php @@ -273,7 +273,7 @@ final class ConvertController extends TracToGitlab\Controller // Ticket Typ if ($ticket[3]['type'] === 'Lifters') { $labels[] = 'LifTer'; - } elseif (in_array($ticket[3]['type'], ['StEP', 'TIC'])) { + } elseif (in_array($ticket[3]['type'], ['BIEST', 'StEP', 'TIC'])) { $labels[] = $ticket[3]['type']; } -- GitLab