Skip to content

Commit a2f75b7

Browse files
committed
.
1 parent 22802c8 commit a2f75b7

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/issue.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,13 @@ jobs:
4949

5050
- name: Create issue comment
5151
uses: peter-evans/create-or-update-comment@v4
52-
if: steps.add_commit.outputs.committed == 'true'
5352
with:
5453
issue-number: ${{ github.event.issue.number }}
5554
body: |
56-
Thanks @${{ github.event.issue.user.login }}! Success, see changes! ![alt](data/rendered.png)
55+
Thanks @${{ github.event.issue.user.login }}! Success, see changes!
56+
reactions: eyes
57+
58+
- name: Close issue
59+
uses: peter-evans/close-issue@v3
60+
with:
61+
comment: "Auto-closing issue"

0 commit comments

Comments
 (0)