Skip to content
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

Setup workflow to add needs-triage label to issues #322

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

oliverdunk
Copy link
Member

@oliverdunk oliverdunk commented Nov 11, 2022

This sets up the needs-triage label which we discussed in our last meeting (#321).

For now I've set things up to skip any issues created with labels. This may miss some issues, since anyone in the CG can add labels, but it felt better than adding the label to issues which may already be correctly triaged. We can always make this more aggressive in the future.

This is based on https://github.com/github/issue-labeler. That adds tags based on checking issue descriptions against RegEx, so I've just specified an empty string that will match all issues.

I've been testing here which shows it working in practice: https://github.com/oliverdunk/triage-test/issues

Creates a GitHub workflow which adds the needs-triage label to any
new issues created. Issues with labels are skipped to avoid adding
this to issues which were opened by someone who was already able
to add the appropriate labels.
@xeenon xeenon merged commit 9f0ebc1 into w3c:main Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants