Skip to main content

safe_comment

Function safe_comment 

Source
pub async fn safe_comment<R: CommandRunner>(
    client: &GhClient<R>,
    pr_number: u32,
    body: &str,
)
Expand description

Post a comment, logging errors instead of propagating them.

Comment failures should never crash the pipeline.