updated dist

This commit is contained in:
mviswanathsai 2024-03-05 23:34:09 +05:30
parent 3e5b8eb1ec
commit cffda38cb3
No known key found for this signature in database
GPG Key ID: 87DE7BD64227C60A
1 changed files with 2 additions and 0 deletions

2
dist/index.js vendored
View File

@ -877,6 +877,8 @@ class IssuesProcessor {
}
if (shouldMarkAsRotten) {
issueLogger.info(`This $$type should be marked as rotten based on the option ${issueLogger.createOptionLink(this._getDaysBeforeRottenUsedOptionName(issue))} (${logger_service_1.LoggerService.cyan(daysBeforeRotten)})`);
// remove the stale label before marking the issue as rotten
yield this._removeStaleLabel(issue, staleLabel);
yield this._markRotten(issue, rottenMessage, rottenLabel, skipMessage);
issue.isRotten = true; // This issue is now considered rotten
issue.markedRottenThisRun = true;