Skip to content

ci: stop the stale bot from closing relevant issues - #936

Merged
Kikobeats merged 1 commit into
masterfrom
fix/stale-bot-tuning
Aug 10, 2026
Merged

ci: stop the stale bot from closing relevant issues#936
Kikobeats merged 1 commit into
masterfrom
fix/stale-bot-tuning

Conversation

@Kikobeats

Copy link
Copy Markdown
Collaborator

Prompted by #21, which has been marked stale three times and rescued three times by a contributor replying "This issue is still relevant."

Three problems in .github/workflows/stale-issues.yml:

  1. days-before-stale: 7 — a week of quiet is normal for a spec/provider registry. Bumped to 60.
  2. exempt-issue-labels: 'Postpone' referenced a label that did not exist in this repo, so the exemption was dead config. I created the Postpone label and applied it to Why no "audio" type? #21.
  3. No exempt-pr-labels, so provider-submission PRs waiting on maintainer review were staled by the same rules.

Also added next-version to both exemption lists — an issue tagged for the next version is planned work, not abandoned work. Drop that part if you'd rather keep the label purely informational.

days-before-close: 7 is unchanged and still matches the wording of stale-issue-message.

🤖 Generated with Claude Code

https://claude.ai/code/session_01DrPGBtLDkdnYXQv4u3r7bG

days-before-stale was 7, so any discussion thread got nagged after a
week. exempt-issue-labels pointed at a 'Postpone' label that did not
exist in the repo, so nothing was ever exempt, and PRs had no exemption
list at all.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DrPGBtLDkdnYXQv4u3r7bG
@Kikobeats
Kikobeats merged commit 79aac38 into master Aug 10, 2026
2 checks passed
@Kikobeats
Kikobeats deleted the fix/stale-bot-tuning branch August 10, 2026 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant