From 490a7fa3a22195ecb4c743d8bfa53f072beb094b Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 28 Nov 2023 13:18:13 +0100 Subject: un-hardcode issue marker --- app/Main.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Main.hs b/app/Main.hs index e1b4e18..086f1e6 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -663,8 +663,7 @@ main = do Nothing -> die (printf "no issue with id `%s'\n" id) Just issue -> pure issue let s = - -- TODO Hardcoded issue marker. - ("TODO " <> LT.fromStrict issue.title) + (LT.fromStrict (T.intercalate " " issue.markers) <> " " <> LT.fromStrict issue.title) <> maybe "" (("\n\n" <>) . LT.fromStrict) issue.description if edit then do -- cgit v1.2.3