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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-02-23 09:18:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-23 09:18:49 +0300
commitbf1a77ead789527e185dcf7245f950e53b6a2f90 (patch)
treeb73ab41a7ef3c1e6e938a6f99bffe1d6e3df7f89 /app/services/notification_recipients
parenta9fa13e4ba46e00081cec1f3af332edcd1520785 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/services/notification_recipients')
-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