@@ -50,6 +67,7 @@ class EmailsOnPushService < Service
help: s_("EmailsOnPushService|Send notifications from the committer's email address if the domain is part of the domain GitLab is running on (e.g. %{domains}).")%{domains: domains}},
| `tag_push_events` | boolean | false | Enable notifications for tag push events |
| `branches_to_be_notified` | string | all | Branches to send notifications for. Valid options are "all", "default", "protected", and "default_and_protected". Notifications will be always fired for tag pushes. |
'pushing to a random branch and notification configured for all branches'|'all'|'random'|'sending email'
'pushing to the default branch and notification configured for all branches'|'all'|'master'|'sending email'
'pushing to a protected branch and notification configured for all branches'|'all'|'a-protected-branch'|'sending email'
'pushing to a random branch and notification configured for default branch only'|'default'|'random'|'not sending email'
'pushing to the default branch and notification configured for default branch only'|'default'|'master'|'sending email'
'pushing to a protected branch and notification configured for default branch only'|'default'|'a-protected-branch'|'not sending email'
'pushing to a random branch and notification configured for protected branches only'|'protected'|'random'|'not sending email'
'pushing to the default branch and notification configured for protected branches only'|'protected'|'master'|'not sending email'
'pushing to a protected branch and notification configured for protected branches only'|'protected'|'a-protected-branch'|'sending email'
'pushing to a random branch and notification configured for default and protected branches only'|'default_and_protected'|'random'|'not sending email'
'pushing to the default branch and notification configured for default and protected branches only'|'default_and_protected'|'master'|'sending email'
'pushing to a protected branch and notification configured for default and protected branches only'|'default_and_protected'|'a-protected-branch'|'sending email'