Label

class github.Label.Label

This class represents Labels. The reference can be found here https://docs.github.com/en/rest/reference/issues#labels

delete() → None
Calls:DELETE /repos/{owner}/{repo}/labels/{name}
edit(name: str, color: str, description: Union[str, github.GithubObject._NotSetType] = NotSet) → None
Calls:PATCH /repos/{owner}/{repo}/labels/{name}