Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Bug: Stale issues that receive comments are still closed. #324

Open
mikebessuille opened this issue Feb 19, 2021 · 4 comments
Open

Bug: Stale issues that receive comments are still closed. #324

mikebessuille opened this issue Feb 19, 2021 · 4 comments

Comments

@mikebessuille
Copy link

The stale bot is closing issues that have recent activity.

  1. stale bot marks an issue as stale
  2. before the issue is closed, someone comments on the issue. This should remove the stale label, but does not.
  3. after 14 days, the stalebot closes the issue.

We are using:
daysUntilStale: 90
daysUntilClose: 14

mikebessuille added a commit to rstudio/rstudio that referenced this issue Feb 19, 2021
Changed daysUntilClose to 999, so that stale issues will not get closed anytime soon.   This is until we resolve this problem:
probot/stale#324
@mikebessuille
Copy link
Author

I reviewed all 382 issues which had been closed by the stale bot in my project. I found only one issue, rstudio/rstudio#6293, which was incorrectly closed after activity. So it is not a common problem. However, it's still critical.

@chenrui333
Copy link

@mikebessuille I would recommend to use actions/stale, I suffered the similar issue and now the github action version works well for me.

@daurnimator
Copy link

This has happened to me a few times. e.g. grafana/loki#2340

@ulidtko
Copy link

ulidtko commented May 2, 2022

Also #343 #370 #312

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants