Conversation
Auto-close workflow for issues labeled `needs-info`: - 7 days with no reporter activity → marked `stale` - 7 more days with no activity → closed as `not_planned` - Removing `stale` label or updating the issue resets the timer - PRs are not affected (days-before-pr-* = -1) - Exempt labels: pinned, security, in-progress
- remove pull-requests: write (PRs skipped via days-before-pr-*=-1) - add timeout-minutes: 10 on stale job to cap runner hangs
Owner
Author
|
Applied review feedback from #review:
Commit: 0b05dbd |
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
Adds a GitHub Actions workflow that auto-closes issues labeled
needs-infoafter a 14-day silence window.Flow
needs-infolabel + comment requesting detailsstalelabel + warning commentnot_plannedwith a polite messagestale→ timer resets, issue stays openGuards
needs-infolabel (won't grim-reap random stuff)days-before-pr-* = -1)pinned,security,in-progressoperations-per-run: 100to stay well under API limitsworkflow_dispatchfor testingContext
Part of the triage cleanup today — 62 unlabeled issues classified, 3 duplicates closed, 11 underspecified issues received
needs-inforequests. This automates the cleanup tail so we don't have to revisit them manually.