Commit d21ad741 authored by Andrea Usuelli's avatar Andrea Usuelli

Changed the notification sender username to GitLab in Slack Notifier

parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment