Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/stale-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days.'
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 100 days.'
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity.'
close-issue-message: 'This issue was closed because it has been stalled for 120 days with no activity. Remove stale label or comment or this will be closed in 60 days.'
close-issue-message: 'This issue was closed because it has been stalled for 190 days with no activity.'
close-pr-message: 'This issue was closed because it has been stalled for 60 days with no activity.'
days-before-stale: 30
days-before-close: 120
days-before-stale: 90
days-before-close: 190
days-before-pr-stale: 45
days-before-pr-close: 60
Loading