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