1
0
duplikat dari https://github.com/karl0ss/homepage.git synced 2025-11-24 12:04:29 +00:00

Update repo-maintenance.yml

This commit is contained in:
shamoon 2024-12-14 22:59:56 -08:00 committed by GitHub
orang tua 29928a9a5f
melakukan a35c60f973
Tidak diketahui kunci yang ditemukan di database signature
GPG Key ID: B5690EEEBB952194

Melihat File

@ -212,9 +212,9 @@ jobs:
} }
const CUTOFF_1_DAYS = 180; const CUTOFF_1_DAYS = 180;
const CUTOFF_1_COUNT = 5; const CUTOFF_1_COUNT = 10;
const CUTOFF_2_DAYS = 365; const CUTOFF_2_DAYS = 365;
const CUTOFF_2_COUNT = 10; const CUTOFF_2_COUNT = 20;
const cutoff1Date = new Date(); const cutoff1Date = new Date();
cutoff1Date.setDate(cutoff1Date.getDate() - CUTOFF_1_DAYS); cutoff1Date.setDate(cutoff1Date.getDate() - CUTOFF_1_DAYS);