Delete unused .github/stale.yml#1708
Conversation
|
Do you know why this action stopped working ? It used to work in the past. However it was never very popular. I think with modern AI agents we can get build/find a better solution to triaging old issues, so I don't mind seeing this go. I am curious why it stopped doing its job though. |
I have no idea. I did try Googling about the stale.yml file, and although I could find a few repos including it, I couldn't find any documentation about it. |
|
The docs are here: https://github.com/marketplace/actions/close-stale-issues |
That is the documentation for the action I use in the workflow file in this PRs description . Maybe in older versions it worked differently and didn't require the workflow file, and it had some breaking change at some point |
|
Ah, yes, this is the original bot that we used: https://github.com/probot/stale |
Maybe I am wrong, but this stale.yml file doesn't appear to do anything, so this PR removes it. I could alternatively add the following Github workflow which should do what this stale.yml is trying to do (workflow could be expanded to close inactive PRs too).