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

don't notify for issues modified when in closed state #20

Closed nazrhyn closed 8 years ago

nazrhyn commented 8 years ago

The modified webhook still fires when an issue is closed, but at that point, we're expecting that issue to be untracked as far as its labels go. Any label changes will probably fire as adds.

Check, during modify events, to make sure that the issue is actually still open.