summaryrefslogtreecommitdiff
path: root/app/services/notification_recipients/builder/project_maintainers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/notification_recipients/builder/project_maintainers.rb')
-rw-r--r--app/services/notification_recipients/builder/project_maintainers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/services/notification_recipients/builder/project_maintainers.rb b/app/services/notification_recipients/builder/project_maintainers.rb
index e8f22c00a83..a295929a1a9 100644
--- a/app/services/notification_recipients/builder/project_maintainers.rb
+++ b/app/services/notification_recipients/builder/project_maintainers.rb
@@ -14,6 +14,7 @@ module NotificationRecipients
return [] unless project
add_recipients(project.team.maintainers, :mention, nil)
+ add_recipients(project.team.owners, :mention, nil)
end
def acting_user