Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.4k stars 135 forks source link

Automatically close stale PRs and issues #727

Open eestrada opened 1 year ago

eestrada commented 1 year ago

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 😁 .

Gruntfuggly commented 1 year ago

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.