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 include every commit for a branch push #28

Closed nazrhyn closed 5 years ago

nazrhyn commented 5 years ago

Currently, a huge list of commits gets notified for a branch push. We should just notify the contiguous block of commits from the author of the first commit.

nazrhyn commented 5 years ago

Fixed in 74574ee.