Commit d0d77f7c authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch '285542-danger-left-two-comments-on-the-same-mr' into 'master'

Avoid empty Danger message from `bundle-size-review`

See merge request gitlab-org/gitlab!48315
parents 5c3441f7 0a2973e3
...@@ -33,6 +33,8 @@ comparison_cmd = [ ...@@ -33,6 +33,8 @@ comparison_cmd = [
comment = `cat #{markdown_result}` comment = `cat #{markdown_result}`
markdown(<<~MARKDOWN) unless comment.strip.empty?
markdown(<<~MARKDOWN)
#{comment} #{comment}
MARKDOWN MARKDOWN
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