ci: sweep pre-existing empty bot-opened issues on schedule - #1595
Draft
groupthinking wants to merge 1 commit into
Draft
ci: sweep pre-existing empty bot-opened issues on schedule#1595groupthinking wants to merge 1 commit into
groupthinking wants to merge 1 commit into
Conversation
The auto-close added in #1574 only fires on issues:opened, so empty bot-opened shells created before it shipped (e.g. #1277, #1522, #1523, #1548, #1552, #1553) stay open forever. Add a weekly/manual sweep job that closes open issues matching the same criteria with the same comment. Generated with [Linear](https://linear.app/myxstack/issue/GRV-421/addressing-issues#agent-session-146899ef) Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
Contributor
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
Closed
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.
Canonical issue
Closes #1548
Outcome
The empty "Addressing Issues" shells opened by linear-code[bot] before the auto-close from #1574 shipped (#1277, #1522, #1523, #1548, #1552, #1553) get closed automatically, and any future shell that slips past a failed
openedrun is self-healed by a weekly sweep.Scope
sweep-empty-bot-issuesjob inissue-triage.yml(weekly cron +workflow_dispatch) that closes open bot-opened issues with an empty body, using the same criteria and comment as the existingopenedhandler.opened-trigger behavior; closing issues with real content or human authors.Risk
not_planned; the close comment invites reopening with a description.Verification
workflow_dispatchrun after merge to perform the initial backfillProduction evidence
Not applicable — CI workflow change only; effect is observable via the dispatch run closing the six open shells listed above.
Agent handoff