pub async fn post_comment(
configuration: &Configuration,
repo_ref: &str,
pullreq_number: i64,
pullreq_comment_create_input: PullreqCommentCreateInput,
) -> Result<PullreqActivityModel, Error<PostCommentError>>pub async fn post_comment(
configuration: &Configuration,
repo_ref: &str,
pullreq_number: i64,
pullreq_comment_create_input: PullreqCommentCreateInput,
) -> Result<PullreqActivityModel, Error<PostCommentError>>