-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add advanced labels with priority #11669
base: main
Are you sure you want to change the base?
Conversation
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.
General note, anywhere that checks for .yaml
should probably also check for .yml
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions. |
ping |
d1c8794
to
88f5d8a
Compare
dd0f981
to
d3d924a
Compare
58db236
to
c20e06a
Compare
76f8ef4
to
53e7edb
Compare
53e7edb
to
4ddf08f
Compare
Extract from go-gitea#11669 and enhancement to go-gitea#22585 to support exclusive scoped labels in label templates * Move label template functionality to label module * Fix handling of color codes * Add Advanced label template
Extract from go-gitea#11669 and enhancement to go-gitea#22585 to support exclusive scoped labels in label templates * Move label template functionality to label module * Fix handling of color codes * Add Advanced label template
This is in progress for a while now, I'm closing it to avoid stale pull requests. Please reopen when it's ready for review. |
I will work on it ;) |
* Calculate issue priority when adding/removing labels
Scoped labels are good for defining priority. |
@lafriks are you still working on this? this would be an awesome feature! @puni9869 could you detail how you solve this with scoped label? say e.g. |
Yes, slowly but working, few things need to finish |
I will share soon on it. Its in my TODO. |
Each label you can set priority, it could be either scoped or not and issue priority will be calculated form labels that has priority set there will be 4 priority levels you can assign to label (critical, high, medium, low) |
Adds support to define label sets in yaml files
TODO: