feat(engine): add opencode CLI review engine #26

Merged
steve merged 4 commits from feat/opencode-engine into main 2026-07-18 05:51:51 +00:00
Showing only changes of commit 3973e469a8 - Show all commits
+3
View File
@@ -53,3 +53,6 @@ jobs:
# 5-lens suite) from review-reusable.yml. Only the consumer-specific
# allow-list is set here.
allowed_users: "steve,fizi,dazed"
# Gitea >= 1.27 does not propagate dispatch inputs into a called workflow's
# github.event — thread the PR number explicitly (empty on non-dispatch events).
pr_number: ${{ github.event.inputs.pr_number }}