ci: add Jules + OpenCodeReview cloud review dispatch - #21
LeoneMarcos wants to merge 4 commits into
Conversation
|
Jules + OpenCodeReview review prepared for |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
blackjack | 3b78205 | Commit Preview URL Branch Preview URL |
Sep 13 2026, 11:19 PM |
|
@jules Please update this PR branch directly with these two fixes, then run a focused validation and report back here. Do not open another implementation PR.
After the changes, verify the YAML/logic and summarize exactly what changed. |
Adds a cloud-only Jules + OpenCodeReview review pipeline.
Flow: PR event → reusable dispatch issue →
juleslabel added with the user's GitHub identity → Jules task on the user's plan → OpenCodeReview Delegation Mode → empty Jules result PR → result relayed back to the source PR → empty artifact closed.Safety/behavior:
changed_files == 0; any unexpected code changes are left open for human inspection.One-time repository setup still required: add an Actions secret named
JULES_GITHUB_TOKENcontaining a fine-grained GitHub PAT for LeoneMarcos, scoped to this repository with Issues: Read and write. Live testing showed that ajuleslabel added bygithub-actions[bot]did not start Jules, while the same label added with the user's GitHub identity did. The PAT is used only for that label operation.Live tests completed:
The Jules OCR workflow is expected to remain red until
JULES_GITHUB_TOKENis configured; normal CI is independent.