diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6b0e986..6d52baa 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,7 +14,7 @@ jobs: name: Inactivity cleanup runs-on: ubuntu-latest steps: - - uses: actions/stale@v9 + - uses: actions/stale@v11 with: stale-issue-message: 'This issue has been quiet for a while. If it is still relevant, add context and it will stay open.' stale-pr-message: 'This pull request has been quiet for a while. If work is still active, leave a note and it will stay open.' @@ -33,7 +33,7 @@ jobs: name: Author feedback timeout runs-on: ubuntu-latest steps: - - uses: actions/stale@v9 + - uses: actions/stale@v11 with: only-issue-labels: 'status: needs-author-feedback' stale-issue-message: 'This issue is waiting on author feedback. If the requested context is not added, it will be closed after the follow-up window.'