How to show summary in output and PR commemt #1369
jcook-uptycs
started this conversation in
General
Replies: 2 comments 1 reply
-
Try use the summary markdown support: https://github.com/danger/danger-js/blob/main/CHANGELOG.md#1110 |
Beta Was this translation helpful? Give feedback.
0 replies
-
That looks like an interesting option. Is there anyway to have the whole Danger comment/summary sent there? Or would each rule need to be updated to add support for this output type? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use danger in a GitHub workflow. Most of our developers when they see a failed check on the PR go directly to the
details
link. Which takes them to the output of the danger command itself. They do this because all other failed checks this is exactly what they need to do.However with danger they can't find what they are looking for there.
I would like to be able to have both the output contain the summary from
--text-only
AND have the PR comment add/updated.How can this be done, without running danger twice.
Beta Was this translation helpful? Give feedback.
All reactions