提交 1fca26c9 编写于 作者: M Marin Jankovski

Merge pull request #6626 from andreausu/add-slack-username

Change the notification sender username to GitLab in Slack Notifier
......@@ -52,6 +52,7 @@ class SlackService < Service
notifier = Slack::Notifier.new(subdomain, token)
notifier.channel = room
notifier.username = 'GitLab'
notifier.ping(message.compose)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册