danger / danger

🚫 Stop saying "you forgot to …" in code review (in Ruby)
https://danger.systems
MIT License
5.47k stars 480 forks source link

Report HTML from CI to Bitbucket PR page #1259

Open stephen1706 opened 4 years ago

stephen1706 commented 4 years ago

Question and feature request

What did you do?

ℹ Please replace this with what you did. Run danger at CI

What did you expect to happen?

ℹ Please replace this with what you expected to happen. Submit an HTML formatted content/comment to Bitbucket PR page from the generated HTML file during build at CI

Your Environment

Question

Is there any plugin or anyway for me to submit an HTML formatted content into Bitbucket PR page based on my HTML content generated from the CI? Thank you

orta commented 4 years ago

Markdown allows for arbitrary HTML, but I don't know if bitbucket allows that in their markdown renderer - GitHub doesn't for example.

johnknapprs commented 4 years ago

Pretty sure Atlassian doesn't support that functionality.

https://support.atlassian.com/bitbucket-cloud/docs/markup-comments/

We don't support arbitrary HTML in Markdown...

tskulbru commented 4 years ago

I'm also curious as to why you want HTML specifically instead of the already present Markdown?