summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2016-11-21 13:49:09 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2016-11-21 13:49:09 +0000
commit77a4382712888131813ec008a8d4179bcf753b8b (patch)
treeeacde40b2147e38221912cebc2be2ec555c345ea /doc
parent671c6d7d577d6b872bee7634c4eaf6b4da16919f (diff)
parentd840c462d127461ed71d3270bfe5769e37c68b64 (diff)
downloadgitlab-ce-77a4382712888131813ec008a8d4179bcf753b8b.tar.gz
Merge branch 'fix/do-not-add-todo-when-build-allowed-to-fail' into 'master' 24710-external-statuses-pipeline
Do not create TODO when build is allowed to fail ## What does this MR do? Do not create a TODO when build that failed is allowed to fail. ## Does this MR meet the acceptance criteria? - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - Tests - [x] Added for this feature/bug - [ ] All builds are passing ## What are the relevant issue numbers? Closes #22280 See merge request !7618
Diffstat (limited to 'doc')
-rw-r--r--doc/workflow/todos.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/workflow/todos.md b/doc/workflow/todos.md
index a50ba305deb..54e7ae19ea5 100644
--- a/doc/workflow/todos.md
+++ b/doc/workflow/todos.md
@@ -24,9 +24,11 @@ you still have open.
A Todo appears in your Todos dashboard when:
-- an issue or merge request is assigned to you
+- an issue or merge request is assigned to you,
- you are `@mentioned` in an issue or merge request, be it the description of
- the issue/merge request or in a comment
+ the issue/merge request or in a comment,
+- build in the CI pipeline running for your merge request failed, but this
+ build is not allowed to fail.
>**Note:** Commenting on a commit will _not_ trigger a Todo.