kria / TfsNotificationRelay

An extensible plugin for TFS that sends notifications to Slack, HipChat and IRC
GNU General Public License v3.0
116 stars 32 forks source link

Allow pull request comment notification to include Slack user id #30

Closed winterlimelight closed 8 years ago

winterlimelight commented 8 years ago

We're setting up TFS/Slack integration and this is a little something I've added. I'll probably add something similar to other pull request notifications eventually.

kria commented 8 years ago

This is great, thanks!

I didn't know you could generate Slack notification via webhook channel messages. I remember talking to Slack about it before and I ended up writing DirectMessageNotifier when they said webhooks won't generate notifications.

I added it to a bunch of other notifications and changed the name so it's clearer what kind of user it is, hope you don't mind.

winterlimelight commented 8 years ago

All good - thanks :)