diff --git a/.github/workflows/close_inactive_issues.yml b/.github/workflows/close_inactive_issues.yml index 58a9943..d564c78 100644 --- a/.github/workflows/close_inactive_issues.yml +++ b/.github/workflows/close_inactive_issues.yml @@ -1,5 +1,6 @@ - - name: Close Stale Issues +name: Close Stale Issues uses: actions/stale@v9.0.0 + with: # Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`. repo-token: # optional, default is ${{ github.token }}