Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow changing labels description #373

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

smortex
Copy link
Contributor

@smortex smortex commented Feb 3, 2021

The GitHub API allows to change labels description:
https://docs.github.com/en/rest/reference/issues#update-a-label

@coveralls
Copy link

coveralls commented Feb 3, 2021

Coverage Status

Coverage decreased (-0.002%) to 94.634% when pulling 540826f on smortex:label-description into 02ec883 on piotrmurach:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.07%) to 94.564% when pulling 56ae6ff on smortex:label-description into 02ec883 on piotrmurach:master.

No parameter are mandatory for updating an existing label, but when
creating one, a name is required.
https://docs.github.com/en/rest/reference/issues#create-a-label
When renaming a label, the new name must be passed as `new_name`:
https://docs.github.com/en/rest/reference/issues#update-a-label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants