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 searching for closableItems in sweep, instead of searching for days since last activity of more than daysUntilClose, search for staleLabel marked for more than daysUntilClose
this.logger.trace({ owner, repo },'Configured to leave stale issues open')
}
}
Any other impact this change might have.
This will be helpful in projects where daysUntilClose > daysUntilStale
The stale bot will continue commenting every daysUntilStale of activity, and close issues after daysUntilClose
Regards,
Trivikram
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.78. Please mark this comment with 👍 or 👎 to give our bot feedback!
Hi,
We're discussing using stale bot in Node.js core repository in nodejs/node#28798
While going through your code, I noticed that the function mark calls getStale for getting stale issues
stale/lib/stale.js
Line 42 in e3c53eb
The function getStale doesn't exclude already stale issues
stale/lib/stale.js
Lines 72 to 73 in e3c53eb
The function markIssue marks stale issues as stale
stale/lib/stale.js
Lines 115 to 136 in e3c53eb
Feature Requests:
staleLabel
while searching for stale issuesstaleLabel
if already present while commenting on stale issuesstale/index.js
Lines 41 to 43 in e3c53eb
daysUntilClose
, search forstaleLabel
marked for more thandaysUntilClose
stale/lib/stale.js
Lines 49 to 63 in e3c53eb
This will be helpful in projects where
daysUntilClose
>daysUntilStale
The stale bot will continue commenting every
daysUntilStale
of activity, and close issues afterdaysUntilClose
Regards,
Trivikram
The text was updated successfully, but these errors were encountered: