We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36df6b2 commit b46686fCopy full SHA for b46686f
1 file changed
lua/telescope/_extensions/gh_actions.lua
@@ -284,6 +284,8 @@ A.gh_run_view_log = function(opts)
284
end
285
local cleanmsg = function(msgtoclean)
286
local msgwithoutdate = string.match(msgtoclean, "T%d%d:%d%d:%d%d.%d+Z(.+)$")
287
+ msgwithoutdate = string.gsub(msgwithoutdate, "[\27\155][][()#;?%d]*[A-PRZcf-ntqry=><~]", "")
288
+
289
if msgwithoutdate ~= nil then
290
return msgwithoutdate
291
else
0 commit comments