labeler
labeler copied to clipboard
How to set the label color
~This is not really a question for this project, but~ here is a way to do it manually:
As described here, if you have write permission to a repo, you can click edit on a label on https://github.com/<user>/<repo>/labels
, and that will allow you to change its color.
It could be possibly be added as a feature. Using the create label api we could create labels before adding them to the PR rather than just using the add label api. In the v3+ syntax we have an object for labels instead of list of string, so we could add a color or description, anything the api supports
@dakale that'd be awesome that'd make the action even more useful as it would allow you to capture your repo's labels as code.
Any updates here? Would bring incredible benefit.
:+1:
bump.. lol
+1 Would love to control colours from the labeller configuration.
After a bit of investigation it seems that the the Octokit client does not supporting the definition of the label colour when the label is being added to the issue. This will require the labeller to Create/Update the labels first and them apply them to the PR.
Interested in this feature as well.
Interested in this feature as well.
@MaksimZhukov PR created :)