Webhook Notifications for MR Reviews
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=582021) </details> <!--IssueSummary end--> Allow setting notifications for review events (as opposed to comment events) in webhooks and integrations. ### Context The webhook/integration features allows use to feed events from gitlab into other systems. Many teams have a preference for low-granularity (i.e. low-spam) settings. For example, we use the Discord integration and have enabled only MR notifications and pipeline failures. We wanted to have notifications for _MR Reviews_, but the closest option was for _MR Comments_. The problem is we get a notification for every single comment, and reviews often have dozens of comments. ### Proposal Add an option to emit **MR Review Notifications** * **Review requested**: emits a notification when a review is requested * **Review submitted**: will emit **one** notification when a review is submitted It would also be nice to have a way to know when a review was addressed, but I don't know if Gitlab has any concept for this, so maybe an automated notification is not feasible.
issue