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 463aa01ddb - Show all commits
+5 -1
View File
@@ -99,7 +99,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: ${{ inputs.timeout_minutes }}
steps:
- uses: docker://gitea.stevedudenhoeffer.com/steve/gadfly:sha-3095ebf
# sha-3095ebf predated the Gitea >= 1.27 workflow_call reclassification
# (entrypoint.sh, added in 9d74cb9) — so the dogfood self-review skipped every
# PR with "event 'workflow_call' not handled". Bumped to sha-f468fe6 (current
# main HEAD) which contains that fix. Bump per Gadfly release.
- uses: docker://gitea.stevedudenhoeffer.com/steve/gadfly:sha-f468fe6
env:
# --- event context (from the CALLER's github.*) -------------------
GITEA_API: ${{ github.server_url }}/api/v1/repos/${{ github.repository }}