Skip to content

Commit 6725d40

Browse files
Update autoassign.yml
1 parent 66b3f45 commit 6725d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autoassign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
const REVIEW_POOL = [
3535
"pussycat0x","ritikchaddha","DhiyaneshGeek","akokonunes"
3636
];
37-
const LOOKBACK_DAYS = 15; // only used as a tie-break fairness metric
37+
const LOOKBACK_DAYS = 7; // only used as a tie-break fairness metric
3838
// ================================================
3939
4040
function toLowerAll(xs){ return xs.map(x => x.toLowerCase()); }

0 commit comments

Comments
 (0)