Skip to content

Commit f3f391f

Browse files
authored
Merge branch 'dev' into fix/deepseek-reasoning-complete
2 parents a4373c8 + f7d527c commit f3f391f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/github/close-issues.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async function close(num: number) {
3737
const patch = await fetch(base, {
3838
method: "PATCH",
3939
headers,
40-
body: JSON.stringify({ state: "closed", state_reason: "completed" }),
40+
body: JSON.stringify({ state: "closed", state_reason: "not_planned" }),
4141
})
4242
if (!patch.ok) throw new Error(`Failed to close #${num}: ${patch.status} ${patch.statusText}`)
4343

0 commit comments

Comments
 (0)