[][src]Function squawk_github::comment_on_pr

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