honk-ci/honkctl

Slack URLs are not parsed

Closed this issue · 1 comments

jeefy commented

If a message has a URL in it, slack wraps the URL like <https://github.com>

This kind of breaks kubectl apply -f so we should strip special chars from around detected URLs in the default command runner.

jeefy commented

Fixed.