pub async fn post_issue_comment(
    repo_name: &str,
    pr_number: u64,
    s: &str
) -> Result<()>