python-restx / flask-restx

Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
https://flask-restx.readthedocs.io/en/latest/
Other
2.16k stars 335 forks source link

Enable bot/action for stale issues? #425

Closed safe closed 2 years ago

safe commented 2 years ago

Is your feature request related to a problem? Please describe. There are 188 (well, 189 including this) issues open with many being duplicates.

Describe the solution you'd like Enable a bot/actions to remove stale issues, this will help ensure issues that are open are still relevant while also allowing people to easily search for solutions based on "closed" issues.

Describe alternatives you've considered None, why would you?

ziirish commented 2 years ago

Having a bot to help triage and keep issues up-to-date is a great idea, but I'm not sure to understand how this would help people find "solutions based on closed issues".

Do you have any bot recommendation?

safe commented 2 years ago

Do you have any bot recommendation?

Stale GitHub Action covers both issues and pull requests which is also heavily customisable (https://github.com/actions/stale). This is also used on the flask repo and is probably what I’d recommend.

safe commented 2 years ago

I'll close this to prevent another stale issue sitting here. Just a recommendation, won't take long to implement and should reduce the manual effort needed. Happy to help if you need more people as well.