mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Change lookback days from 30 to 15
Reduced the lookback days for tie-break fairness metric from 30 to 15.
This commit is contained in:
2
.github/workflows/autoassign.yml
vendored
2
.github/workflows/autoassign.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
const REVIEW_POOL = [
|
||||
"pussycat0x","ritikchaddha","DhiyaneshGeek"
|
||||
];
|
||||
const LOOKBACK_DAYS = 30; // only used as a tie-break fairness metric
|
||||
const LOOKBACK_DAYS = 15; // only used as a tie-break fairness metric
|
||||
// ================================================
|
||||
|
||||
function toLowerAll(xs){ return xs.map(x => x.toLowerCase()); }
|
||||
|
||||
Reference in New Issue
Block a user