fix: stop stale bot from auto-closing issues [FaaFyfxR9WAQrL7FcAgEHJvztd8cVMxvjHRS55rw1nwH] - #8081
fix: stop stale bot from auto-closing issues [FaaFyfxR9WAQrL7FcAgEHJvztd8cVMxvjHRS55rw1nwH]#8081waterWang wants to merge 1 commit into
Conversation
…ztd8cVMxvjHRS55rw1nwH]
|
Welcome to RustChain! Thanks for your first pull request. Before we review, please make sure:
Bounty tiers: Micro (1-10 RTC) | Standard (20-50) | Major (75-100) | Critical (100-150) A maintainer will review your PR soon. Thanks for contributing! |
|
Checked this against the current The key line is
That is the shape I would want. Dropping Two things I checked that are worth noting:
No test impact, this is workflow-only. Looks good to me. |
Fixes #8076
Changes:
days-before-issue-close: -1— Issues are marked stale but never auto-closed. Marking is informational; closing is destructive, and it hits hardest on the hardest bugs (consensus races, security issues) that naturally go quiet.days-before-stale: 45(up from 30) — More time before marking stale.days-before-pr-stale: 21(up from 14) anddays-before-pr-close: 14(up from 7) — Longer leash for PRs.operations-per-run: 300(up from 50) — The old limit never drained the queue on a repo this size.consensus,tracking,operationsto exempt-issue-labels.close-issue-message— No longer needed since issues are never auto-closed.