-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[community] Labeling of Quarkus related issues #2767
Comments
@zakkak Thanks for suggestion, |
@RoxaBee I like the idea of the automated labelling of Quarkus issues - do you see any problem with it? |
@zakkak I like the automated labelling. I see it has a dependency on |
That would work probably work as well. |
Hello @dougxc to label the issues Quarkus is using the issuelabeler GitHub action. GitHub actions can be written either as:
For more info see here Now the issuelabeler action is a docker container action (thus the dependency on docker://maxandersen/jbang-issuelabeler). |
@RoxaBee please update here once we know how to assign the Triage role to our Quarkus collaborators. |
Our policy is to only allow GitHub and in-org published actions. There is a GitHub published issue labeler However as previously suggested, we can have a new issue template for Quarkus related issues and possibly give "Triage" permission to Quarkus contributors. That Triage permission level is not currently available in our org but will be soon. |
Yes we can now give Triage permissions to Quarkus contributors! Please someone email me or slack me. |
Triage permissions have now been granted. Thank you! |
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.
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
The text was updated successfully, but these errors were encountered: