From 9176a19e3d858a6d64a2254260febe000474af6d Mon Sep 17 00:00:00 2001
From: Lin Jen-Shin <godfat@godfat.org>
Date: Thu, 3 Nov 2016 20:41:51 +0800
Subject: [PATCH] Add pipelines to notifications documentation

---
 doc/workflow/notifications.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/workflow/notifications.md b/doc/workflow/notifications.md
index 1b49a5c385f..4824b4e34b9 100644
--- a/doc/workflow/notifications.md
+++ b/doc/workflow/notifications.md
@@ -66,6 +66,7 @@ Below is the table of events users can be notified of:
 In all of the below cases, the notification will be sent to:
 - Participants:
   - the author and assignee of the issue/merge request
+  - the author of the pipeline
   - authors of comments on the issue/merge request
   - anyone mentioned by `@username` in the issue/merge request title or description
   - anyone mentioned by `@username` in any of the comments on the issue/merge request
@@ -88,6 +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 |
 
 
 In addition, if the title or description of an Issue or Merge Request is
-- 
GitLab