diff --git a/.github/workflows/issue_closer.yml b/.github/workflows/issue_closer.yml index 8c87a48dcc..3978f672e2 100644 --- a/.github/workflows/issue_closer.yml +++ b/.github/workflows/issue_closer.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Autoclose issue - uses: arkon/issue-closer@v1.0 + uses: arkon/issue-closer-action@v1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-close-message: "@${issue.user.login} this issue was automatically closed because it was not filled in correctly or the acknowledgment section was not removed."