Commit 0a2973e3 authored by Albert Salim's avatar Albert Salim

Avoid empty Danger comment

parent c2dd287f
...@@ -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