Currently, we have Codeship (Basic) set up to send failures to a Slack channel. However, I've found that most people don't proactively look there (or in Codeship's UI) and see that their latest commit failed to pass (because, ahem, developers assume their code is perfect??). In the Slack message is the GitHub committer name, which, of course, doesn't match their Slack account.
There's seemingly no good way of mapping that name to an individual user who could either get the notification directly or at least be @ notified automatically in the our Codeship failures channel. Anyone have any good mechanisms for better automating the Codeship to individual user getting a Slack notification? One of the Github email addresses does match an email address in Slack, but I don't know how much that helps.
Thanks!