-
Notifications
You must be signed in to change notification settings - Fork 412
Closed
Labels
Description
Describe your issue
I have a long "stale" time of 90 days, and then 30 days to close.
The stale bot uses up all my API actions on iterating over existing stale commits and checking them for comments, and it never gets to apply the stale label to everything that needs it.
I am left with a handful of issues marked stale, but many more need the label.
Your stale action configuration
Further context
I think the bot needs a strategy that lets it apply stale labels first, and then check random stale commits for their comments. If the action can persist some data between runs, it would be nice for it to track which issue it left off on so that it can start from there on the next run.
negz, anomiex, steveluscher and atkinsonm