Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/todos.md')
-rw-r--r--doc/user/todos.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/user/todos.md b/doc/user/todos.md
index ef0e75bc197..02fef07a89a 100644
--- a/doc/user/todos.md
+++ b/doc/user/todos.md
@@ -43,9 +43,15 @@ A To Do appears on your To-Do List when:
- Commit
- Design
- The CI/CD pipeline for your merge request failed
-- An open merge request becomes unmergeable due to conflict, and you are either:
- - The author
- - Have set it to automatically merge once the pipeline succeeds
+- An open merge request becomes unmergeable due to conflict, and one of the following is true:
+ - You are the author
+ - You are the user that set it to automatically merge once the pipeline succeeds
+- [Since GitLab 13.2](https://gitlab.com/gitlab-org/gitlab/-/issues/12136), a merge request
+ is removed from a [merge train](../ci/merge_request_pipelines/pipelines_for_merged_results/merge_trains/index.md)
+ and you are the user that added it. **(PREMIUM)**
+
+When multiple trigger actions occur for the same user on the same object (for example, an issue)
+only the first is displayed as a single to-do on their To-Do List.
To-do triggers are not affected by [GitLab Notification Email settings](profile/notifications.md).