From 6725d40c6ce53af7fcd1c018de82b8e437fa2744 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sun, 12 Oct 2025 12:22:07 +0530 Subject: [PATCH] Update autoassign.yml --- .github/workflows/autoassign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoassign.yml b/.github/workflows/autoassign.yml index 3659a0b697f..57e659735fb 100644 --- a/.github/workflows/autoassign.yml +++ b/.github/workflows/autoassign.yml @@ -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()); }