Skip to content

Commit 96393b8

Browse files
author
NullPointerException
committed
update close issue ci
1 parent 38dcdf9 commit 96393b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/close-issues.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
owner: context.repo.owner,
4141
repo: context.repo.repo,
4242
issue_number: issueNumber,
43-
state: "closed"
43+
state: "closed",
44+
state_reason: "not_planned"
4445
});
4546
}
4647
}

0 commit comments

Comments
 (0)