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