fix(github): align maintainer digest failing-check detection with readiness classifier - #1902
Conversation
…diness classifier The queue digest counted only three lowercase conclusion values and ignored status-carried failures, so PRs with broken checks were mis-ranked for triage. Reuse the canonical isFailingCheckSummary predicate from local-branch readiness. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Tip 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 ✅ Gittensory review result - approve/merge recommendedReview updated: 2026-06-30 22:29:19 UTC
✅ Suggested Action - Approve/Merge
Review summary Nits — 5 non-blocking
Review context
Contributor next steps
Signal definitions
🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
Summary
isFailingCheckSummaryfromsrc/signals/local-branch.tsas the canonical cached-check failure predicate (conclusion or status, full failing set, case-folded).summarizeQueuePullRequestso the maintainer queue digest surfaceschecks_need_attentionfor the same failing checks the readiness path already sees.startup_failure, mixed-case conclusions, and clean checks.Scope
type(scope): short summaryConventional Commit format, for examplefix(api): restore profile access checks.CONTRIBUTING.mdand does not reintroduce GitHub Pages, VitePress,site/, orCNAME.Issue creation is currently blocked for contributor accounts on the upstream repo; this is a focused correctness fix with regression tests.
Validation
git diff --checknpm run actionlintnpm run typechecknpm run test:coveragelocally;codecov/patchrequires ≥97% coverage of the lines AND branches you changed (aim for 98%+ on your diff so CI variance does not fail near the threshold). Global coverage is a non-blocking trend with a loose 90% backstop, not the gate.npm run test:workersnpm run build:mcpnpm run test:mcp-packnpm run ui:openapi:checknpm run ui:lintnpm run ui:typechecknpm run ui:buildnpm audit --audit-level=moderateIf any required check was skipped, explain why:
npm run test:ciruns in GitHub Actions; targeted vitest covered the new regression.Safety
UI Evidencesection below with JPG/JPEG or PNG screenshots arranged as organized, captioned, clickable thumbnails. SVG screenshots are not used as review evidence. Review-only screenshots or recordings are not committed to the repository.UI Evidence
N/A — backend signal/digest logic only.
Notes
Made with Cursor