JGithubIssues::createComment
Method to create a comment on an issue.
Signature
public function createComment(string
$user,
string
$repo,
integer
$issueId,
string
$body )
Parameters
-
$user
- The name of the owner of the GitHub repository.
-
$repo
- The name of the GitHub repository.
-
$issueId
- The issue number.
-
$body
- The comment body text.