diff --git a/.github/workflows/prune_stale_issues.yml b/.github/workflows/prune_stale_issues.yml index 762fed070..2a7862c2e 100644 --- a/.github/workflows/prune_stale_issues.yml +++ b/.github/workflows/prune_stale_issues.yml @@ -7,9 +7,9 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # v7.0.0 + - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'Marking this issue as stale due to inactivity. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. This helps our maintainers find and focus on the active issues. Maintainers may also remove the stale label at their discretion. Thank you!' days-before-stale: 365 - days-before-close: 30 + days-before-close: 30 \ No newline at end of file