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 4993dd3 commit 35718a3Copy full SHA for 35718a3
scripts/close-no-repro-issues.ts
@@ -4,7 +4,7 @@ import { parseArgs } from "node:util";
4
const sleep = (ms: number) =>
5
new Promise<void>((resolve) => setTimeout(resolve, ms));
6
7
-const ignoredIssues = new Set([9991, 12570, 13607, 13659]);
+const ignoredIssues = new Set([9991, 12570, 13607, 13659, 11940]);
8
9
const { values: args } = parseArgs({
10
options: {
0 commit comments