nazrhyn / gitlab-slack

A service that receives hook notifications from GitLab and posts information to an incoming webhook on Slack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

don't include every commit for a branch push

nazrhyn opened this issue · comments

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.

Fixed in 74574ee.