JGithubIssues::createLabel
Method to create a label on a repo.
Signature
public function createLabel(string
$user,
string
$repo,
string
$name,
string
$colorĀ )
Parameters
-
$user
- The name of the owner of the GitHub repository.
-
$repo
- The name of the GitHub repository.
-
$name
- The label name.
-
$color
- The label color.