-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Improve Github labels for NuttX #13522
Comments
mynewt uses https://github.com/marketplace/actions/pr-size-labeler-action to classify the PR size. This action also helps to limit the size of the PR so that huge changes will have to be split into smaller parts. We can use the size label for further conditions in CI. |
Here PR with size labeler: Here PR that adds specifier to labels: Next steps:
|
all wokr is done, should we close this issue? @raiden00pl |
Description
Currently, the labels are not very readable. There is too much colors for lables that don't really mean anything and there is no distinction on the type/context of label.
Here are how it's organized in RIOT:
https://github.com/RIOT-OS/RIOT/labels
here for Zephyr:
https://github.com/zephyrproject-rtos/zephyr/labels
here for RT-Thread:
https://github.com/RT-Thread/rt-thread/labels
I would like to change it to be similar to the examples above:
It would be ideal if each label had a context assigned, but I don't know if it's possible.
Does anyone have any objections ? Personally, I like how it's done in RIOT. If you know of any other github projects that have this handled nicely, please link here.
If we have clear and readable labels, we can later automate labeling with https://github.com/actions/labeler and other tools
Verification
The text was updated successfully, but these errors were encountered: