diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index ef8503e7..65722073 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -232,6 +232,14 @@ jobs: ---- emoji: hooray + - name: Close Issues + if: env.iscustom == 'true' && success() + uses: actions-cool/issues-helper@v3 + with: + actions: 'close-issue' + token: ${{ secrets.GITHUB_TOKEN }} + issue-number: ${{ github.event.issue.number }} + - name: Update Comment Fail if: env.iscustom == 'true' && failure() uses: actions-cool/issues-helper@v3