I need to implement the below actions for my GitLab CI pipeline:
- All Mailing List members need to be notified about new merge request.
- Mailing List mails are applicable only for any activity on/to the 'master' branch.
- Committer can't be reviewer
- Only failure emails to mailing list and after failure if success is there then mail to mailing list.
Can anyone suggest relevant info/links/documentations regarding the same?