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:
authorlulalala <mark@goodlife.tw>2018-05-09 12:55:00 +0300
committerMark Chao <mchao@gitlab.com>2018-05-17 03:54:57 +0300
commit953bb41f25270c07ab12c17472ef0fe8ab848301 (patch)
tree01d61d39572a06737d5bf70b8f4fc2f651d9ae6c /doc/workflow/todos.md
parentdc174e9655267e89e1b7c63f8c9f4dac069069c7 (diff)
Create TODO when MR became unmergeable
Old behavior of creating TODO when “Merge When Pipeline Succeeds” service fails, is generalized to: Create a TODO whenever MR became unmergeable (and similar to notification, MR author and merge_user are both applicable)
Diffstat (limited to 'doc/workflow/todos.md')
-rw-r--r--doc/workflow/todos.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/workflow/todos.md b/doc/workflow/todos.md
index f13d29884d4..762bf616268 100644
--- a/doc/workflow/todos.md
+++ b/doc/workflow/todos.md
@@ -31,6 +31,9 @@ A Todo appears in your Todos dashboard when:
- you are `@mentioned` in a comment on a commit,
- a job in the CI pipeline running for your merge request failed, but this
job is not allowed to fail.
+- a merge request becomes unmergeable, and you are either:
+ - the author, or
+ - have set it to automatically merge once pipeline succeeds.
### Directly addressed Todos