Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/notification_setting.rb')
-rw-r--r--app/models/notification_setting.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/notification_setting.rb b/app/models/notification_setting.rb
index eb4fa9ac474..6c165b10a6a 100644
--- a/app/models/notification_setting.rb
+++ b/app/models/notification_setting.rb
@@ -70,7 +70,8 @@ class NotificationSetting < ApplicationRecord
EXCLUDED_WATCHER_EVENTS = [
:push_to_merge_request,
:issue_due,
- :success_pipeline
+ :success_pipeline,
+ :approver
].freeze
def self.find_or_create_for(source)