feat(automation): run psychometrics-commons hourly NVIDIA NIM review repair - #1092
feat(automation): run psychometrics-commons hourly NVIDIA NIM review repair#1092seonghobae wants to merge 1 commit into
Conversation
…repair Add a thin minute-9 caller so hosted measurement pull requests receive the same exact-head RCA repair heartbeat as other CWL products without copying scheduler, model, or credential logic.
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Warning Review limit reached
Next review available in: 46 minutes Limit details: You’ve used all 1 included review currently available under your plan. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
Thanks 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 |
There was a problem hiding this comment.
Pull request overview
OpenCode could not approve from deterministic current-head evidence because GitHub Checks have failed.
Findings
1. HIGH Current-head GitHub Checks - Fix failed required checks before approval
- Problem: Failed same-head checks remain for
4648bb69f01b9bb3882fdfd931e49d80b94e1791. - Root cause: The model-unavailable evidence fallback is allowed only when peer GitHub Checks are complete and clean.
- Fix: Read and fix the failed check logs below, then rerun the current-head checks.
- Regression test: Keep the model-unavailable fallback gated on an empty failed-check rollup.
Failed checks:
- CodeQL PR/CodeQL compatibility analysis (actions): CANCELLED (https://github.com/ContextualWisdomLab/.github/actions/runs/32010475485/job/95332004052)
- CodeQL PR/CodeQL compatibility analysis (python): CANCELLED (https://github.com/ContextualWisdomLab/.github/actions/runs/32010475485/job/95332004159)
- CodeQL compatibility analysis (actions) check run: cancelled (https://github.com/ContextualWisdomLab/.github/actions/runs/32010475485/job/95332004052)
- CodeQL compatibility analysis (python) check run: cancelled (https://github.com/ContextualWisdomLab/.github/actions/runs/32010475485/job/95332004159)
- Python Security/pip-audit (Python dependency audit): CANCELLED (https://github.com/ContextualWisdomLab/.github/actions/runs/32010475510/job/95331789708)
- coverage-source-tree check run: cancelled (https://github.com/ContextualWisdomLab/.github/actions/runs/32010475558/job/95331822993)
- pip-audit (Python dependency audit) check run: cancelled (https://github.com/ContextualWisdomLab/.github/actions/runs/32010475510/job/95331789708)
Changed-File Evidence Map
flowchart LR
PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
Evidence --> S1["Workflow (2 files)"]
S1 --> I1["GitHub Actions review job"]
I1 --> R1["Review risk: Workflow (2 files)"]
R1 --> V1["actionlint plus required checks"]
Evidence --> S2["Changed file (4 files)"]
S2 --> I2["repository behavior"]
I2 --> R2["Review risk: Changed file (4 files)"]
R2 --> V2["required checks"]
Evidence --> S3["Docs: psychometrics-commons-hourly-review-caller.md"]
S3 --> I3["operator or user guidance"]
I3 --> R3["Review risk: Docs: psychometrics-commons-hourly-review-caller.md"]
R3 --> V3["docs review"]
Evidence --> S4["Test: test_psychometrics_commons_hourly_review_caller.py"]
S4 --> I4["regression suite"]
I4 --> R4["Review risk: Test: test_psychometrics_commons_hourly_review_caller.py"]
R4 --> V4["targeted test run"]
OpenCode Review Overview
Pull request overviewOpenCode could not approve from deterministic current-head evidence because GitHub Checks have failed. Findings1. HIGH Current-head GitHub Checks - Fix failed required checks before approval
Failed checks:
Changed-File Evidence Mapflowchart LR
PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
Evidence --> S1["Workflow (2 files)"]
S1 --> I1["GitHub Actions review job"]
I1 --> R1["Review risk: Workflow (2 files)"]
R1 --> V1["actionlint plus required checks"]
Evidence --> S2["Changed file (4 files)"]
S2 --> I2["repository behavior"]
I2 --> R2["Review risk: Changed file (4 files)"]
R2 --> V2["required checks"]
Evidence --> S3["Docs: psychometrics-commons-hourly-review-caller.md"]
S3 --> I3["operator or user guidance"]
I3 --> R3["Review risk: Docs: psychometrics-commons-hourly-review-caller.md"]
R3 --> V3["docs review"]
Evidence --> S4["Test: test_psychometrics_commons_hourly_review_caller.py"]
S4 --> I4["regression suite"]
I4 --> R4["Review risk: Test: test_psychometrics_commons_hourly_review_caller.py"]
R4 --> V4["targeted test run"]
|
Summary
A buyer of hosted psychometric assessment would feel live
ContextualWisdomLab/psychometrics-commonsheads stalling while hourly NVIDIA NIM review-repair only scanned Clearfolio, DiskSage, and fast-mlsirm. This increment adds a thin minute-9 caller that names the exact repository and protectedmain, dispatches at most one exact-head repair, and keeps the product-neutral scheduler free of product literals.Live heads that never entered the older callers include ContextualWisdomLab/psychometrics-commons#244, ContextualWisdomLab/psychometrics-commons#242, ContextualWisdomLab/psychometrics-commons#240, and ContextualWisdomLab/psychometrics-commons#237.
Contract
9 * * * *,cancel-in-progress: false,max_dispatches: 1,retry_hours: 2contents: read; job-scopedid-token: writePR_REVIEW_MERGE_TOKENandOPENCODE_APPROVE_TOKENNVIDIA_NIM_API_KEYorCOPILOT_GITHUB_TOKENpr-review-fix-scheduler.ymlTest plan
coverage run -m pytest tests && coverage report --show-missingtwice (1122 passed, 100%)interrogatetwice (100%)