提交 d21ad741 编写于 作者: A Andrea Usuelli

Changed the notification sender username to GitLab in Slack Notifier

上级 c818712d
......@@ -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.
先完成此消息的编辑!
想要评论请 注册