[QoL/Misc] add stale issues/PRs workflow #1621
Closed
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.
What are the changes?
I've added a github action workflow that will run at
At 01:30 AM, every day
(cron30 1 * * *
) and check for issues and PR's that have been idle and add a message to inform authors about possible closing. If that message is ignored for another 5 days the issue/pr will be closed. (the numbers are subject to change. SeeFiles changed
tab)Here is an example of this message:
flx-sta#1
Why am I doing these changes?
200+
issues and100+
PRs is a lot to manage.I personally think if an author cares about his issue/PR he will nudge devs/contributors about it when receiving this message. If not, RIP.
What did change?
github workflows were extended
Screenshots/Videos
flx-sta#1
How to test the changes?
You can test it on your fork:
issues
tab.github/workflows/stale.yml
file to yourmain
branch*/5 * * * *
to run it every 5 minutesdays-before-issue-stale
to0
Checklist
npm run test
)Are the changes visual?Have I provided screenshots/videos of the changes?