Function comment_on_pr

Source
pub fn comment_on_pr(
    private_key: &str,
    app_id: i64,
    install_id: i64,
    pr: PullRequest,
    comment_body: String,
) -> Result<Value, GithubError>