todo-tree icon indicating copy to clipboard operation
todo-tree copied to clipboard

Automatically close stale PRs and issues

Open eestrada opened this issue 2 years ago • 1 comments

This tool/repo is getting more popular and it may be worth adding some automation to reap old issues and (especially) old PRs in order to keep the load more manageable for @Gruntfuggly . It seems like PRs are getting stale because the original authors are not making requested changes and just letting the code sit for months. This seems like a good reason to mark them as stale and then automatically close them.

A GitHub action already exists for this and the parameters seem highly configurable:

https://github.com/marketplace/actions/close-stale-issues

If you don't like this idea, feel free to close this issue 😁 .

eestrada avatar Feb 10 '23 04:02 eestrada

I have been pruning old issues (100 down to 50) and PRs recently, so I don't think automating is necessary, but i'll take a look anyway.

Gruntfuggly avatar Feb 10 '23 09:02 Gruntfuggly