From cb20b50608757bbed364e0b2d1b568e552908d34 Mon Sep 17 00:00:00 2001 From: Adam Mulvany <amulvany@gitlab.com> Date: Wed, 17 Apr 2024 15:08:47 +0000 Subject: [PATCH] Adding custom notifications for added approver --- doc/user/profile/notifications.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/user/profile/notifications.md b/doc/user/profile/notifications.md index 723a557be7e75..8e9df26fcd4f5 100644 --- a/doc/user/profile/notifications.md +++ b/doc/user/profile/notifications.md @@ -254,6 +254,7 @@ epics: | Merge Request | Review requested | Participants, Watchers, Subscribers, Custom notification level with this event selected, and the old reviewer. | | Merge Request | Reopened | Subscribers and participants. | | Merge Request | Title or description changed | Any new mentions by username. | +| Merge Request | Added as approver | Custom notification level with this event selected. [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/12855) in GitLab 16.7. | | Pipeline | Failed | The author of the pipeline. | | Pipeline | Fixed | The author of the pipeline. Enabled by default. | | Pipeline | Successful | The author of the pipeline, with Custom notification level for successful pipelines. If the pipeline failed previously, a "Fixed pipeline" message is sent for the first successful pipeline after the failure, and then a "Successful pipeline" message for any further successful pipelines. | -- GitLab