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
7 changes: 7 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
exempt-all-issue-milestones: true
exempt-all-pr-milestones: true

# How many items to process per run, default is 30, which is not
# enough to process the whole backlog. This number should strike the
# right balance: too high value might cause rate limits.
operations-per-run: 150
# Process the oldest items first.
ascending: true

# Messages
stale-issue-message: >
This issue has not been updated in 12 months and is now marked as stale.
Expand Down
Loading