Skip to content

Commit 4217324

Browse files
committed
tools: change inactive limit to 12 months
1 parent 6f504b7 commit 4217324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/find-inactive-collaborators.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const args = parseArgs({
1515
});
1616

1717
const verbose = args.values.verbose;
18-
const SINCE = args.positionals[0] || '18 months ago';
18+
const SINCE = args.positionals[0] || '12 months ago';
1919

2020
async function runGitCommand(cmd, mapFn) {
2121
const childProcess = cp.spawn('/bin/sh', ['-c', cmd], {

0 commit comments

Comments
 (0)