We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b3f45 commit 6725d40Copy full SHA for 6725d40
.github/workflows/autoassign.yml
@@ -34,7 +34,7 @@ jobs:
34
const REVIEW_POOL = [
35
"pussycat0x","ritikchaddha","DhiyaneshGeek","akokonunes"
36
];
37
- const LOOKBACK_DAYS = 15; // only used as a tie-break fairness metric
+ const LOOKBACK_DAYS = 7; // only used as a tie-break fairness metric
38
// ================================================
39
40
function toLowerAll(xs){ return xs.map(x => x.toLowerCase()); }
0 commit comments