We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f504b7 commit 4217324Copy full SHA for 4217324
1 file changed
tools/find-inactive-collaborators.mjs
@@ -15,7 +15,7 @@ const args = parseArgs({
15
});
16
17
const verbose = args.values.verbose;
18
-const SINCE = args.positionals[0] || '18 months ago';
+const SINCE = args.positionals[0] || '12 months ago';
19
20
async function runGitCommand(cmd, mapFn) {
21
const childProcess = cp.spawn('/bin/sh', ['-c', cmd], {
0 commit comments