Too many unnecessary 'merged' emails.
Created by: quark-zju
This is a new feature introduced in 5.1. See http://feedback.gitlab.com/forums/176466-general/suggestions/3696573-add-an-email-notification-when-a-merge-request-is-
For each merged merge request, I receive 2 mails like:
Merge Request [id] was merged
[merge request title]
Branches: [branch] → master
Assignee: [name] →
At least, current_user
should always be excluded from email recipients. I looked into app/services/notification_service.rb#merge_mr
and found no code about this.
Why there are 2 same mails and why 'assignee' becomes blank need future investigation.