diff options
author | lulalala <mark@goodlife.tw> | 2018-05-09 17:55:00 +0800 |
---|---|---|
committer | Mark Chao <mchao@gitlab.com> | 2018-05-17 08:54:57 +0800 |
commit | 953bb41f25270c07ab12c17472ef0fe8ab848301 (patch) | |
tree | 01d61d39572a06737d5bf70b8f4fc2f651d9ae6c /doc | |
parent | dc174e9655267e89e1b7c63f8c9f4dac069069c7 (diff) | |
download | gitlab-ce-953bb41f25270c07ab12c17472ef0fe8ab848301.tar.gz |
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')
-rw-r--r-- | doc/workflow/todos.md | 3 |
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 |