From da7de2958d1eaa363bfd3571c203708498eb9fda Mon Sep 17 00:00:00 2001 From: Emptylight <1378990254@qq.com> Date: Wed, 6 Nov 2024 00:06:45 +0800 Subject: [PATCH] fix minor bug --- .github/workflows/issue-open.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-open.yml b/.github/workflows/issue-open.yml index 55c0b5c..daa9d6b 100644 --- a/.github/workflows/issue-open.yml +++ b/.github/workflows/issue-open.yml @@ -19,7 +19,7 @@ jobs: if: contains(github.event.issue.body, '- [X] I didn''t check all the checkboxes') uses: actions-cool/issues-helper@v3 with: - actions: 'create-comment,add-labels' + actions: 'create-comment,add-labels,close-issue' labels: 'invalid' body: | The issue is closed because it should be. If you want to re-open it, please edit and check your issue then re-open it.