Commit d21ad74146c6f490bd2a19ccf359c357fa3b7a81

Authored by Andrea Usuelli
1 parent c818712d

Changed the notification sender username to GitLab in Slack Notifier

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/models/project_services/slack_service.rb
... ... @@ -52,6 +52,7 @@ class SlackService < Service
52 52  
53 53 notifier = Slack::Notifier.new(subdomain, token)
54 54 notifier.channel = room
  55 + notifier.username = 'GitLab'
55 56 notifier.ping(message.compose)
56 57 end
57 58  
... ...