You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2023. It is now read-only.
While calculating daysUntilStale, or daysUntilClose, when these numbers are configured to a low value, issues or prs that are created during one week gets closed over the following weekend when there are no updates during the weekends. Constantly going over PRs closed by stale bot on Mondays and reopening them is cumbersome.
Proposal: A new option to mark and avoid weekends in counting number of days until stale / close.
includeWeekends: false # defaults to true
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While calculating
daysUntilStale
, ordaysUntilClose
, when these numbers are configured to a low value, issues or prs that are created during one week gets closed over the following weekend when there are no updates during the weekends. Constantly going over PRs closed by stale bot on Mondays and reopening them is cumbersome.Proposal: A new option to mark and avoid weekends in counting number of days until stale / close.
The text was updated successfully, but these errors were encountered: