Add GitHub Action to auto-close non-responsive reporter feedback
issues after 3 days
#2199
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the Change
This PR adds a new GitHub Action that checks issues with the
reporter feedback
label and if there's no response in 3 days will auto-close the issue.Alternate Designs
Keep as-is with no automation or adjust the schedule this runs, the days to wait until closing, and/or the closing comment.
Benefits
No longer have to check the
reporter feedback
label weekly to see which items can be closed.Possible Drawbacks
No identified.
Verification Process
This is current running on https://github.com/desktop/desktop/blob/development/.github/no-response.yml && https://github.com/github/docs/blob/6d7b73256f86778cd0e0045d54a6e9acea128ce6/.github/workflows/no-response.yaml and is well-documented at https://github.com/lee-dohm/no-response so I'm fairly comfortable this will work.
Checklist:
Applicable Issues
n/a
Changelog Entry