We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
env/*
When we triage an issue, if we didn't add any label, we add the needs-triage one.
needs-triage
The problem is that we should only consider area/* labels in this as env/* labels are not enough to properly triage something.
area/*
So we should change the behavior to add the needs-triage label if we didn't add any area/* labels.
See quarkusio/quarkus#17755 for an example of the wrong behavior.
The rule is the following: https://github.com/quarkusio/quarkus-github-bot/blob/main/src/main/java/io/quarkus/bot/TriageIssue.java
The text was updated successfully, but these errors were encountered:
Mark for triage issues without area/* labels
d51237a
Fix quarkusio#110
1bf1d68
Luke1432
Successfully merging a pull request may close this issue.
When we triage an issue, if we didn't add any label, we add the
needs-triage
one.The problem is that we should only consider
area/*
labels in this asenv/*
labels are not enough to properly triage something.So we should change the behavior to add the
needs-triage
label if we didn't add anyarea/*
labels.See quarkusio/quarkus#17755 for an example of the wrong behavior.
The rule is the following: https://github.com/quarkusio/quarkus-github-bot/blob/main/src/main/java/io/quarkus/bot/TriageIssue.java
The text was updated successfully, but these errors were encountered: