drone-plugins / drone-slack

Drone plugin for sending Slack notifications
http://plugins.drone.io/drone-plugins/drone-slack
Apache License 2.0
62 stars 80 forks source link

Drone doesn't link channel name #156

Open rstefan1 opened 1 year ago

rstefan1 commented 1 year ago

Drone config:

name: TEST
  image: plugins/slack
  settings:
    webhook: ...
    channel: ...
    username: ...
    link_names: true
    template: >
      TEST <@channelname>

Message in slack without any link:

TEST @channelname
siddhantbhatia commented 7 months ago

the readme is incorrect. You need to provide the user ID instead of the user name. Here is a StackOverflow thread - https://stackoverflow.com/questions/47491331/mentioning-users-via-slack-in-webhooks