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.
pub async fn safe_comment<R: CommandRunner>(
client: &GhClient<R>,
pr_number: u32,
body: &str,
)Post a comment, logging errors instead of propagating them.
Comment failures should never crash the pipeline.