Skip to main content

render_pr_comment

Function render_pr_comment 

Source
pub fn render_pr_comment(input: &PrCommentRenderInput<'_>) -> String
Expand description

Render the sticky summary comment body: identity marker, run verdict, headline count, and per-category findings tables.

The verdict is derived from the findings’ severities. Use render_pr_comment_with_verdict to fold in a gate conclusion the caller already computed, such as a saved audit verdict.