diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-01-09 14:15:35 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-01-09 14:15:35 +0000 |
commit | 583deef209af5a2700701fb0933582a7b5680620 (patch) | |
tree | c886a2a9a18f5d6f5efd8628981533e9b65e6c07 /doc/workflow | |
parent | 60569032658e93658f789f8bd8bbaef56ea39412 (diff) | |
parent | ce7c632f5098a53b0977ec8531a9f53e61ddbe8d (diff) | |
download | gitlab-ce-583deef209af5a2700701fb0933582a7b5680620.tar.gz |
Merge branch 'remove-successful-pipeline-emails-for-now' into 'master'
Make successful pipeline emails off for watchers
Closes #24845
See merge request !8176
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/notifications.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/notifications.md b/doc/workflow/notifications.md index c936e8833c6..4c52974e103 100644 --- a/doc/workflow/notifications.md +++ b/doc/workflow/notifications.md @@ -73,7 +73,7 @@ In all of the below cases, the notification will be sent to: ...with notification level "Participating" or higher -- Watchers: users with notification level "Watch" +- Watchers: users with notification level "Watch" (however successful pipeline would be off for watchers) - Subscribers: anyone who manually subscribed to the issue/merge request - Custom: Users with notification level "custom" who turned on notifications for any of the events present in the table below |