Update autoassign.yml

This commit is contained in:
Prince Chaddha
2025-10-12 12:22:07 +05:30
committed by GitHub
parent 66b3f450ff
commit 6725d40c6c

View File

@@ -34,7 +34,7 @@ jobs:
const REVIEW_POOL = [
"pussycat0x","ritikchaddha","DhiyaneshGeek","akokonunes"
];
const LOOKBACK_DAYS = 15; // only used as a tie-break fairness metric
const LOOKBACK_DAYS = 7; // only used as a tie-break fairness metric
// ================================================
function toLowerAll(xs){ return xs.map(x => x.toLowerCase()); }