mirror of
https://github.com/valitydev/botkube.git
synced 2024-11-06 08:25:19 +00:00
23498c01bb
##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug fix Pull Request ##### SUMMARY When clustername is passed to botkube from command and if that clustername contains valid domain then slack automatically adds <http:// to the url eg. if command is `@BotKube get pods --cluster-name xyz.alpha-sense.org` then in botkube we get cluster name as `<http://xyz.alpha-sense.org|xyz.alpha-sense.org>` #### Solution: Added small logic in executor code to remove the unwanted string Fixes https://github.com/infracloudio/botkube/issues/460 |
||
---|---|---|
.. | ||
bot | ||
config | ||
controller | ||
events | ||
execute | ||
filterengine | ||
log | ||
metrics | ||
notify | ||
utils |