Open shockey opened 7 years ago
cc @webron
Another request... automatically lock closed issues after they've been inactive for ~200 days.
I've been seeing a lot of resurrected issues lately. 💀
Oh, and how about auto-removing stale branches: https://github.com/swagger-api/swagger-ui/branches/stale
GitHub activity has picked up lately, and there have been rumblings of building a bot to help us manage the volume.
Optimally, this would be deployable across all the open-source projects, not just here. I opened the ticket in UI because I had this repository open already 😄
Feature wishlist
label:support
tickets if a core member was the last commenter, and it's been 5 days since the comment. Close them at 10 days.npm run build
whenever new commits are present on master (CI may be better suited for this)~Possible solutions
Probot (https://github.com/probot/probot) looks like a viable choice. I'd need to confirm that it can support the time-delayed use case though, it looks to be primarily event-driven.