mirror of
https://github.com/actions/stale.git
synced 2025-12-15 06:48:02 +00:00
Upgrade Node to v20 (#1110)
* Upgrade to v20 * Fix for failed checks * Fix for failed checks * 8.0.0 * Packages degraded to older version * licensed update * format-check * Updated the logic * Format-check * 9.0.0
This commit is contained in:
@@ -33,6 +33,7 @@ import {RateLimit} from './rate-limit';
|
||||
/***
|
||||
* Handle processing of issues for staleness/closure.
|
||||
*/
|
||||
|
||||
export class IssuesProcessor {
|
||||
private static _updatedSince(timestamp: string, num_days: number): boolean {
|
||||
const daysInMillis = 1000 * 60 * 60 * 24 * num_days;
|
||||
|
||||
Reference in New Issue
Block a user