diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2018-03-29 14:13:01 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2018-03-29 14:13:01 +0000 |
commit | 82658bb288869e4b10cef11bf9fef63773ef5510 (patch) | |
tree | dbf0bff592936209c829d3d9917a8db7275ad5ec /doc/workflow | |
parent | e674f752f144149ed211815b9aba4b72f8717f3e (diff) | |
parent | 507090f93b94fdba31f5be6e2a339046816e67ab (diff) | |
download | gitlab-ce-82658bb288869e4b10cef11bf9fef63773ef5510.tar.gz |
Merge branch 'update-todos-docs' into 'master'
Update todos docs to say will trigger when commenting on a commit
See merge request gitlab-org/gitlab-ce!18083
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/todos.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/workflow/todos.md b/doc/workflow/todos.md index 3d8d3ce8f13..e612646cfbc 100644 --- a/doc/workflow/todos.md +++ b/doc/workflow/todos.md @@ -28,11 +28,10 @@ A Todo appears in your Todos dashboard when: - 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, +- 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. ->**Note:** Commenting on a commit will _not_ trigger a Todo. - ### Directly addressed Todos > [Introduced][ce-7926] in GitLab 9.0. |