Commit b21112f1 authored by Aleksei Lipniagov's avatar Aleksei Lipniagov

Merge branch 'rm-bot-email-comment' into 'master'

Remove a comment mentioning a change to bot emails

See merge request gitlab-org/gitlab!85334
parents 23e90b6e 7f40e7e7
......@@ -75,7 +75,6 @@ module ResourceAccessTokens
end
def generate_email
# Default emaildomain need to be reworked. See gitlab-org/gitlab#260305
email_pattern = "#{resource_type}#{resource.id}_bot%s@noreply.#{Gitlab.config.gitlab.host}"
uniquify.string(-> (n) { Kernel.sprintf(email_pattern, n) }) do |s|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment