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