diff options
author | Victor Wu <victor@gitlab.com> | 2018-03-29 13:41:51 +0000 |
---|---|---|
committer | Victor Wu <victor@gitlab.com> | 2018-03-29 13:41:51 +0000 |
commit | 507090f93b94fdba31f5be6e2a339046816e67ab (patch) | |
tree | 651fb46cb7d6a154117dcb2e199ef62f41f803f6 /doc | |
parent | 1d5262f9ef11f54031f2d069c9e2352cd4fdfde3 (diff) | |
download | gitlab-ce-507090f93b94fdba31f5be6e2a339046816e67ab.tar.gz |
Update todos to say will trigger when commenting on a commit
Diffstat (limited to 'doc')
-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. |