diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-11-28 14:39:49 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-11-28 14:39:49 +0100 |
commit | 8c0d5f70b4a2e5928dce73769d46a79b2b051f63 (patch) | |
tree | b5284abb7692eced28ecbdececb114edc7413048 /app | |
parent | 490a7fa3a22195ecb4c743d8bfa53f072beb094b (diff) |
assign support-issue-comments
Diffstat (limited to 'app')
-rw-r--r-- | app/Main.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs index 086f1e6..f798d33 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -296,6 +296,7 @@ -- one. -- TODO Support issue comments +-- -- Currently, comments do not get picked up in issue descriptions; see the -- issue below. -- @@ -305,6 +306,7 @@ -- `anissue show` should then show all comments below the current output. -- -- @priority high +-- @assigned Alexander Foremny -- TODO Add command for (re)generating the cache -- |