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

daysUntilStale not being strictly enforced, plus surge of notifications within periods of calm #342

Open
gnapse opened this issue Jun 16, 2021 · 1 comment

Comments

@gnapse
Copy link

gnapse commented Jun 16, 2021

Hi. Thanks for this bot. It really helps.

I've got a question. If I have daysUntilStale=7, why do I often get situations like this, where the stale bot intervenes in an issue a few days after the 7 days mark has passed?

See how in the example below, the bot commented 13 days after the last activity.

image

OTOH we've noticed surges of stale-bot notifications. That is, we have days without any activity, and then days when there's a significant surge. I'd rather have a few notifications coming in daily than having days with all the notifications from the past few days all at once.

@embeddedt
Copy link

embeddedt commented Jul 11, 2021

We've noticed the same thing, and ended up switching to a scheduled GitHub action (https://github.com/actions/stale). This is just my personal theory, but I'm suspecting that GitHub changed an API and stale-bot now has to run in intervals instead of continuously like it did before.

GitHub
Marks issues and pull requests that have not had recent interaction - actions/stale

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

2 participants