pub fn add_pr_line_comment( repo_path: &Path, pr_number: u32, commit_id: &str, path: &str, line: u32, body: &str, ) -> Result<(), String>