This repository has been archived by the owner on May 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 212
About setup with daysUntilClose greater than daysUntilStale #224
Labels
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Looks like my assumption was incorrect. The stale bot will not comment on issues with stale label as per code Lines 66 to 75 in e3c53eb
Stale bot removes staleLabel when any activity (outside of stalebot happens) in Lines 23 to 45 in e3c53eb
Closing this issue, will continue this discussing our requirements in nodejs/node#28798 and reopen/create new one if required |
New feature request created at #225 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
We are discussing using Stale bot in Node.js core repository in nodejs/node#28798
While going through the code of Stale bot it appears that the set up with
daysUntilClose
>daysUntilStale
will not close issues as stale bot will keep commenting everydaysUntilStale
of inactivity and issues will never reachdaysUntilClose
of inactivitystale/lib/stale.js
Line 107 in e3c53eb
Is there a way to ignore comments from stale bot while counting
daysUntilClose
of inactivity?Regards,
Trivikram
The text was updated successfully, but these errors were encountered: