Update repo-maintenance.yml

This commit is contained in:
shamoon
2025-08-18 23:54:22 -07:00
parent 495de204d1
commit 25cd51cee9
2 changed files with 3 additions and 3 deletions

View File

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