diff options
author | Job van der Voort <job@gitlab.com> | 2015-08-11 07:43:12 +0000 |
---|---|---|
committer | Job van der Voort <job@gitlab.com> | 2015-08-11 07:43:12 +0000 |
commit | b8d48ca84f275b1d39f8745c8e1c842e995a63a0 (patch) | |
tree | 0a22451337de0d122a6beba56ccb8ed6606df2ef /doc/workflow | |
parent | 151d9fb35fd66a161cf0e1f95d7b0f0448ca8034 (diff) | |
parent | e0642b27439f6fffa082885351cf9af6a6220ec3 (diff) | |
download | gitlab-ce-b8d48ca84f275b1d39f8745c8e1c842e995a63a0.tar.gz |
Merge branch 'notifications' into 'master'
Info about not receiving emails
Added additional info because of issue https://gitlab.com/gitlab-com/support-forum/issues/268#note_1846073
See merge request !1920
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/notifications.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/workflow/notifications.md b/doc/workflow/notifications.md index 025992deece..80817c98d22 100644 --- a/doc/workflow/notifications.md +++ b/doc/workflow/notifications.md @@ -55,7 +55,7 @@ Below is the table of events users can be notified of: | User added to project | User | Sent when user is added to project | | Project access level changed | User | Sent when user project access level is changed | | User added to group | User | Sent when user is added to group | -| Group access level changed | User | Sent when user group access level is changed | +| Group access level changed | User | Sent when user group access level is changed | | Project moved | Project members [1] | [1] not disabled | ### Issue / Merge Request events @@ -84,3 +84,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 | + +You won't receive notifications for Issues, Merge Requests or Milestones +created by yourself. You will only receive automatic notifications when +somebody else comments or adds changes to the ones that you've created or +mentions you. |