Skip to main content

add_pr_line_comment

Function add_pr_line_comment 

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