ci: stop auto-closing tracked backlog issues - #125
Open
MaxMichel2 wants to merge 1 commit into
Open
MaxMichel2 wants to merge 1 commit into
MaxMichel2 wants to merge 1 commit into
Conversation
The stale-issue workflow closes issues 7 days after marking them stale. Every issue in the current backlog (audit findings, deferred OpenAPI depth issues spun off epic #72) has already been auto-closed once and manually reopened - the 7-day close window is fighting deliberately-parked, still-relevant work rather than surfacing genuinely abandoned issues. Set days-before-issue-close to -1: issues still get the stale label after 21 days of inactivity (so genuinely dead issues remain visible as stale), but nothing closes automatically. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
Close inactive issuesworkflow (close-issues.yml) marks an issue stale after 21 days of inactivity and closes it 7 days after that. Every issue in the current backlog — the audit findings and deferred OpenAPI-depth issues spun out of epic #72 — has already been auto-closed once and manually reopened, and #72 itself is on the same path. The 7-day close window is fighting deliberately-parked, still-relevant work rather than surfacing genuinely abandoned issues.What changed
days-before-issue-closeset from7to-1. Issues still pick up thestalelabel after 21 days of inactivity (so genuinely dead issues remain visible as stale, and the exempt-assignee allowlist still applies), but nothing closes automatically.Verification
Config-only change to a scheduled GitHub Actions workflow — no build/test impact.
detektFull(repo pre-commit hook) passed.🤖 Generated with Claude Code