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