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,
    repo_dir: &Path,
)
Expand description

Post a comment on a PR in a specific repo, logging errors instead of propagating them.

Comment failures should never crash the pipeline.