JGithubPulls::createCommentReply
Method to create a comment in reply to another comment.
Signature
public function createCommentReply(string
$user,
string
$repo,
integer
$pullId,
string
$body,
integer
$inReplyTo )
Parameters
-
$user
- The name of the owner of the GitHub repository.
-
$repo
- The name of the GitHub repository.
-
$pullId
- The pull request number.
-
$body
- The comment body text.
-
$inReplyTo
- The id of the comment to reply to.