Update repo-maintenance.yml

pull/4421/head
shamoon 1 month ago committed by GitHub
parent 29928a9a5f
commit a35c60f973
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save