diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 3b11e9450..c8bf3ae7f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,8 +12,9 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: dessant/lock-threads@v4.0.0 + - uses: dessant/lock-threads@v5 with: + process-only: 'issues, prs' issue-inactive-days: 120 pr-inactive-days: 120 log-output: true @@ -27,7 +28,7 @@ jobs: This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. - - uses: actions/stale@v7 + - uses: actions/stale@v9 with: operations-per-run: 999 days-before-issue-stale: 180