summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-04-25 13:52:19 -0400
committerGitHub <[email protected]>2026-04-25 13:52:19 -0400
commit716cf741906db40f07c1aa462001f650370f0093 (patch)
treef0b4d93b4908750a2f24c8677b0eddf53009ecc7 /.github/workflows
parentfc8dae24229c13947a963d4bd69d1d47c26d89cc (diff)
downloadopencode-716cf741906db40f07c1aa462001f650370f0093.tar.gz
opencode-716cf741906db40f07c1aa462001f650370f0093.zip
ci: adjust review flow (#24355)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/review.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml
index 58e73fac8..20f6a89f6 100644
--- a/.github/workflows/review.yml
+++ b/.github/workflows/review.yml
@@ -45,13 +45,13 @@ jobs:
- name: Check PR guidelines compliance
env:
- ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
+ OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENCODE_PERMISSION: '{ "bash": { "*": "deny", "gh*": "allow", "gh pr review*": "deny" } }'
PR_TITLE: ${{ steps.pr-details.outputs.title }}
run: |
PR_BODY=$(jq -r .body pr_data.json)
- opencode run -m anthropic/claude-opus-4-5 "A new pull request has been created: '${PR_TITLE}'
+ opencode run -m opencode/openai-gpt-5.5 --variant medium "A new pull request has been created: '${PR_TITLE}'
<pr-number>
${{ steps.pr-number.outputs.number }}