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

Approval of merge request is tagged as opening of merge request #31

Open simbig opened 5 years ago

simbig commented 5 years ago

Bug: When one of our team members approves and MR the slack channel posts a message stating that the team member opend a merge request..:

"Name of team member" opened !1320 "name of merge request"

nazrhyn commented 5 years ago

Oh, interesting! Could you help me out with this a bit? Could you post the message that the integration received? Please remove anything that shouldn't be shared.

You should be able to get that via:

  1. Go to the project.
  2. Go to Settings > Integrations.
  3. Scroll down to your gitlab-slack integration and click edit.

Somewhere in there should be the history of messages sent to the integration. I'd like to see what the merge request event has in it.

Thanks!