From d4a7b6e941ec2f9f15db1a2218874f2cab7b93bc Mon Sep 17 00:00:00 2001 From: BBBmau Date: Tue, 13 Jun 2023 13:05:24 -0700 Subject: [PATCH] bump actions/stale to v8.0.0 --- .github/workflows/prune_stale_issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prune_stale_issues.yml b/.github/workflows/prune_stale_issues.yml index 762fed0705..2a7862c2e4 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