Commit 0807da71 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'ld-strip-dangerfile-template' into 'master'

Danger: Strip group not available template

See merge request gitlab-org/gitlab!74964
parents 3b89829c 67639b9a
......@@ -49,8 +49,8 @@ for them.
MARKDOWN
def group_not_available_template(slack_channel, gitlab_group)
<<~TEMPLATE
No engineer is available for automated assignment, please reach out to `#{slack_channel}` slack channel or mention `#{gitlab_group}` for assistance.
<<~TEMPLATE.strip
No engineer is available for automated assignment, please reach out to the `#{slack_channel}` Slack channel or mention `#{gitlab_group}` for assistance.
TEMPLATE
end
......
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