summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-06 17:24:35 -0600
committerAiden Cline <[email protected]>2025-12-06 17:24:44 -0600
commit3a1718f62b3b89082db2a7c8b1fd9f755c248415 (patch)
treebff075d599e51988033083ea1e97df3a4651ad48 /.github
parentf7f9d3e5b9e4d14ed2074591a766430aad613a94 (diff)
downloadopencode-3a1718f62b3b89082db2a7c8b1fd9f755c248415.tar.gz
opencode-3a1718f62b3b89082db2a7c8b1fd9f755c248415.zip
ci: fix review
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/review.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml
index 08fcc388d..d974e2a76 100644
--- a/.github/workflows/review.yml
+++ b/.github/workflows/review.yml
@@ -46,9 +46,10 @@ jobs:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "gh pr review*": "deny", "*": "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: '${{ steps.pr-details.outputs.title }}'
+ opencode run -m anthropic/claude-opus-4-5 "A new pull request has been created: '${PR_TITLE}'
<pr-number>
${{ steps.pr-number.outputs.number }}