feat(engine): add opencode CLI review engine #26
@@ -99,7 +99,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: ${{ inputs.timeout_minutes }}
|
timeout-minutes: ${{ inputs.timeout_minutes }}
|
||||||
steps:
|
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:
|
env:
|
||||||
# --- event context (from the CALLER's github.*) -------------------
|
# --- event context (from the CALLER's github.*) -------------------
|
||||||
GITEA_API: ${{ github.server_url }}/api/v1/repos/${{ github.repository }}
|
GITEA_API: ${{ github.server_url }}/api/v1/repos/${{ github.repository }}
|
||||||
|
|||||||
Reference in New Issue
Block a user