We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be142b0 commit 4f9667cCopy full SHA for 4f9667c
script/github/close-issues.ts
@@ -38,7 +38,7 @@ async function close(num: number) {
38
const patch = await fetch(base, {
39
method: "PATCH",
40
headers,
41
- body: JSON.stringify({ state: "closed", state_reason: "not_planned" }),
+ body: JSON.stringify({ state: "closed", state_reason: "completed" }),
42
})
43
if (!patch.ok) throw new Error(`Failed to close #${num}: ${patch.status} ${patch.statusText}`)
44
0 commit comments