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 923a1af commit dd5ce3dCopy full SHA for dd5ce3d
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] || '6 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