-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Feature request
Now that graal has a github action testing the latest Quarkus release with the latest Graal (#2349) and a new label 'quarkus', it would be nice to have some help in labelling all the existing quarkus-related issues/PRs as well as the future ones.
Is your feature request related to a problem? Please describe.
Currently there is no way for third parties
Describe the solution you'd like.
Ideally I would like this to be automated.
Quarkus is using an autolabel workflow that runs periodically and automatically labels issues matching some criteria. Using a similar workflow would be of great help.
Describe who do you think will benefit the most.
- GraalVM contributors
- Quarkus contributors
Describe alternatives you've considered.
Alternatively, we could have a new issue template for quarkus-related issues and possibly give "Triage" permissions to some Quarkus contributors.
Express whether you'd like to help contributing this feature
I would happily contribute the workflow and configuration for the autolabel part.
Relates to #2764