-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[ci] automatically close issues marked awaiting answer #13668
Conversation
PR Description updated to latest commit (db280a5)
|
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
We probably should go through all the awaiting-answer labels before merging this and if they have responses change them to needs-triaging 😄 |
CI Failure Feedback
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
Ok, all the issues that need updating have been. If this works we may want to apply the same logic to other labels as well. |
User description
We (well, Diego) spend a lot of time going back and closing issues when we don't hear back from the author. It would save time (and feel less personal) if this were made automatic. To work it uses the stale github action to remove the
awaiting-answer
label and restore theneeds-triage
label if any additional comment is made. This has the added benefit of allowing us to filter the needs-triage labels to see only issues with new information.Type
enhancement
Description
Changes walkthrough
stale.yml
Enhance Issue Management with Automated Closing for Awaiting Answer
.github/workflows/stale.yml
answer'.
additional information is provided.
unstale.