nazrhyn / gitlab-slack

A service that receives hook notifications from GitLab and posts information to an incoming webhook on Slack.
MIT License
79 stars 20 forks source link

display milestone in issue notification #11

Closed nazrhyn closed 8 years ago

nazrhyn commented 9 years ago

If the milestone is set, display it in the issue notification, somewhere.

This will require the milestone to be set during the creation rather than after it, as we're still ignoring updates in general, unless they qualify for the label change tracking.