Bug: Stale issues that receive comments are still closed.
The stale bot is closing issues that have recent activity.
- stale bot marks an issue as stale
- before the issue is closed, someone comments on the issue. This should remove the stale label, but does not.
- after 14 days, the stalebot closes the issue.
We are using: daysUntilStale: 90 daysUntilClose: 14
I reviewed all 382 issues which had been closed by the stale bot in my project. I found only one issue, https://github.com/rstudio/rstudio/issues/6293, which was incorrectly closed after activity. So it is not a common problem. However, it's still critical.
@mikebessuille I would recommend to use actions/stale, I suffered the similar issue and now the github action version works well for me.
This has happened to me a few times. e.g. https://github.com/grafana/loki/issues/2340
Also #343 #370 #312