-
Notifications
You must be signed in to change notification settings - Fork 70
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
[PROPOSAL] Ensure all new issues have an untriaged label #133
Comments
The bug and issue templates at |
It's sufficient but not robust enough. I found a number of repos (10+) without such templates (deleted or not inherited), and/or no untriaged label. |
Fair, but if the label exists and issues are being triaged, is that sufficient to meet the intent of this campaign? I ask because the vast majority of issues created on our repo are by maintainers themselves, and we often intentionally remove the pre-populated untriaged label to reduce noise. This workflow will add it back and force us to remove it again, or more likely we'll forget and we'll end up with real untriaged issues hidden amongst our future feature planning. |
@dbwiddis up to you, but I prefer the workflow because it is more future proof when you have external contributors, and it supports reopening issues and issues being transferred |
And we're done! |
What/Why
What are you proposing?
Ensure that all new issues carry an
untriaged
label.What users have asked for this feature?
We use
untriaged
as a mechanism to know that a human has looked at every new issue and classified it correctly, which is especially important for security issues. Triaging issues is documented in https://github.com/opensearch-project/.github/blob/main/RESPONSIBILITIES.md#triage-open-issues.What problems are you trying to solve?
Many repos either do not have an untriaged label, or new issues created don't have an
untriaged
label. This means there may be open issues that are security that nobody has looked at.What is the developer experience going to be?
untriaged
label. The official color for the label is#FBCA04
.The text was updated successfully, but these errors were encountered: