-
Notifications
You must be signed in to change notification settings - Fork 51
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
chore(ci): add labels sync workflow #452
Conversation
8ce5995
to
92093b9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good but needs some formatting of labels.yml
. Right now its a bit hard to decypher.
.github/config/labels.yml
Outdated
- name: bug | ||
color: d73a4a | ||
description: Report an issue or unexpected behavior | ||
- name: feature | ||
color: a2eeef | ||
description: Request for new feature or enhancement | ||
aliases: | ||
- enhancement | ||
- name: question | ||
color: d876e3 | ||
description: Request for information or clarification |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a line break between labels. I'm finding this pretty hard to ready atm with the density of it.
- name: bug | |
color: d73a4a | |
description: Report an issue or unexpected behavior | |
- name: feature | |
color: a2eeef | |
description: Request for new feature or enhancement | |
aliases: | |
- enhancement | |
- name: question | |
color: d876e3 | |
description: Request for information or clarification | |
- name: bug | |
color: d73a4a | |
description: Report an issue or unexpected behavior | |
- name: feature | |
color: a2eeef | |
description: Request for new feature or enhancement | |
aliases: | |
- enhancement | |
- name: question | |
color: d876e3 | |
description: Request for information or clarification |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current format follows the conventional YAML style guide where related metadata labels are kept together
92093b9
to
50ecdf6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, although I agree that labels.yml
is difficult to read.
Pull Request type
Please add the labels corresponding to the type of changes your PR introduces:
What is the current behavior?
Currently, there is no automated system to manage github labels. Label creation and modification is done manually through the github interface.
Resolves: #NA
What is the new behavior?
.github/config/labels.yml
Does this introduce a breaking change?
No
Other information
This PR provides a single source of truth for github labels and facilitates their maintenance over time.