updated dist
This commit is contained in:
parent
3e5b8eb1ec
commit
cffda38cb3
|
@ -877,6 +877,8 @@ class IssuesProcessor {
|
||||||
}
|
}
|
||||||
if (shouldMarkAsRotten) {
|
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)})`);
|
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);
|
yield this._markRotten(issue, rottenMessage, rottenLabel, skipMessage);
|
||||||
issue.isRotten = true; // This issue is now considered rotten
|
issue.isRotten = true; // This issue is now considered rotten
|
||||||
issue.markedRottenThisRun = true;
|
issue.markedRottenThisRun = true;
|
||||||
|
|
Loading…
Reference in New Issue