From b18211ba555e47145bb59b040387aa6eea13a6d8 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Sat, 20 Aug 2022 11:04:02 +0200 Subject: [PATCH] [skip ci] fix issue workflow --- .github/workflows/issue-action.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/issue-action.yml b/.github/workflows/issue-action.yml index 92df27c6..572850be 100644 --- a/.github/workflows/issue-action.yml +++ b/.github/workflows/issue-action.yml @@ -23,15 +23,8 @@ jobs: comment-title: '### Your issue looks similar to these issues. Please close if duplicate:' comment-body: '${index}. ${similarity} #${number}' - name: Add eyes reaction to all issues - uses: actions-cool/issues-helper@v2 + uses: actions-cool/emoji-helper@v1.0.0 with: - actions: 'update-issue' + type: 'issue' token: ${{ steps.generate_token.outputs.token }} - contents: 'eyes' - - name: Remove duplicates - uses: actions-cool/issues-helper@v2 - with: - actions: 'mark-duplicate' - token: ${{ steps.generate_token.outputs.token }} - close-issue: true - duplicate-command: "/d" \ No newline at end of file + contents: 'eyes' \ No newline at end of file