Commit 7f40e7e7 authored by Andrew Conrad's avatar Andrew Conrad

Remove a comment mentioning a change to bot emails

The issue this comment linked has been closed, and the change
implemented. Therefore, this comment is no longer relevant.
parent ed8b030b
......@@ -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