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

How to set the label color #76

Open
juzi214032 opened this issue Jun 11, 2020 · 11 comments
Open

How to set the label color #76

juzi214032 opened this issue Jun 11, 2020 · 11 comments
Labels
feature request New feature or request to improve the current logic needs eyes

Comments

@juzi214032
Copy link

No description provided.

@RasmusWL
Copy link

RasmusWL commented Sep 9, 2020

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.

@dakale
Copy link
Contributor

dakale commented Sep 9, 2020

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

@onelapahead
Copy link

@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.

@BioPhoton
Copy link

Any updates here? Would bring incredible benefit.

@fangpinsern
Copy link

👍

@pulanski
Copy link

pulanski commented Apr 2, 2022

bump.. lol

@hyp0th3rmi4
Copy link

+1 Would love to control colours from the labeller configuration.

@hyp0th3rmi4
Copy link

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.

@adam-watson-intel
Copy link

Interested in this feature as well.

@MaksimZhukov MaksimZhukov added the feature request New feature or request to improve the current logic label Dec 12, 2022
@iajoiner
Copy link

Interested in this feature as well.

@overbit
Copy link

overbit commented Sep 22, 2023

@MaksimZhukov PR created :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request to improve the current logic needs eyes
Projects
None yet
Development

No branches or pull requests