Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand All @@ -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.'
Expand Down
Loading