diff options
author | Nick Thomas <nick@gitlab.com> | 2018-12-12 13:31:53 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-12-12 13:31:53 +0000 |
commit | b9ccf013bab3f7ec25b70d83f37b1b0923302379 (patch) | |
tree | 90674592fccdb3c2b8bec338f97583cfd17854f7 /app/mailers/notify.rb | |
parent | 5ee900ee9d2288cbf57007d905acd2a6e9239ff4 (diff) | |
parent | b65cb237cee0b1a8dfdc21a09f2b181d0edf5bde (diff) | |
download | gitlab-ce-b9ccf013bab3f7ec25b70d83f37b1b0923302379.tar.gz |
Merge branch '54650-send-an-email-to-project-owners-when-a-mirror-update-fails' into 'master'
Send a notification email on mirror update errors
Closes #54650
See merge request gitlab-org/gitlab-ce!23595
Diffstat (limited to 'app/mailers/notify.rb')
-rw-r--r-- | app/mailers/notify.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/mailers/notify.rb b/app/mailers/notify.rb index 6d86b60c50c..49a3920e43f 100644 --- a/app/mailers/notify.rb +++ b/app/mailers/notify.rb @@ -13,6 +13,7 @@ class Notify < BaseMailer include Emails::Pipelines include Emails::Members include Emails::AutoDevops + include Emails::RemoteMirrors helper MergeRequestsHelper helper DiffHelper |