feat(gate): configurable advisory check-runs (#4372) - #5780
Conversation
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5780 +/- ##
===========================================
- Coverage 95.06% 47.93% -47.14%
===========================================
Files 580 581 +1
Lines 46156 46230 +74
Branches 14804 14839 +35
===========================================
- Hits 43880 22160 -21720
- Misses 1516 21597 +20081
- Partials 760 2473 +1713
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
…er stall the gate Add gate.advisoryCheckRuns config, exclude matched completed check-runs from CI aggregation, and route non-pass conclusions to manual review with comment surfacing. Closes JSONbored#4372. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Caution 🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥 🛑 LoopOver review result - fixes requiredReview updated: 2026-07-14 15:24:19 UTC
🛑 Suggested Action - Fix Blockers
Review summary Nits — 1 non-blocking
CI checks failing
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
[BETA] Chat with GittensoryAsk Gittensory a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://gittensory.aethereal.dev/docs/gittensory-commands 🟩 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 LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
|
Gittensory is closing this pull request on the maintainer's behalf (CI is failing (validate, codecov/patch, validate-tests (4), validate-tests (1), validate-tests (2), validate-tests (6), validate-code)). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
Summary
gate.advisoryCheckRuns({ name, appSlug }[]) so operators can declare third-party check-runs advisory per repo.config/examples/loopover.full.ymland.loopover.yml.example; add unit tests with synthetic fixtures only.Closes #4372
Test plan
npm run test:engine-parity