diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2016-11-09 00:29:07 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2016-11-09 00:29:47 +0800 |
commit | 3e75e453fb258b3e60f3e9606b5f589006a4654b (patch) | |
tree | 86a641363128db0708186a617b1becda7de57cd6 /doc/workflow | |
parent | 62735ef8fafd941ffe34432c0685078a4b4c4744 (diff) | |
download | gitlab-ce-3e75e453fb258b3e60f3e9606b5f589006a4654b.tar.gz |
Try to cover more cases about receivers of pipeline notificationspipeline-notifications
Feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6342#note_17981421
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/notifications.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/workflow/notifications.md b/doc/workflow/notifications.md index 4824b4e34b9..c936e8833c6 100644 --- a/doc/workflow/notifications.md +++ b/doc/workflow/notifications.md @@ -89,8 +89,8 @@ In all of the below cases, the notification will be sent to: | Reopen merge request | | | Merge merge request | | | New comment | The above, plus anyone mentioned by `@username` in the comment, with notification level "Mention" or higher | -| Failed pipeline | The author of the pipeline and watchers | -| Successful pipeline | The author of the pipeline and watchers | +| Failed pipeline | The above, plus the author of the pipeline | +| Successful pipeline | The above, plus the author of the pipeline | In addition, if the title or description of an Issue or Merge Request is |