Skip to content

Commit

Permalink
fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
emptylight370 authored Nov 5, 2024
1 parent b30f56b commit da7de29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit da7de29

Please sign in to comment.