Skip to content

Commit 63419c6

Browse files
committed
fixup! build,tools: automate enforcement of emeritus criteria
1 parent 8c7f526 commit 63419c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/find-inactive-collaborators.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import cp from 'node:child_process';
88
import fs from 'node:fs';
99
import readline from 'node:readline';
1010

11-
const SINCE = +process.argv[2] || '18 months ago';
11+
const SINCE = process.argv[2] || '18 months ago';
1212

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

0 commit comments

Comments
 (0)