summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-04 22:49:07 -0800
committerGitHub <[email protected]>2025-12-05 00:49:07 -0600
commitf950de95ba3744dad248f51aaaa893afb3a22f4e (patch)
treedda9037f0163bd468516748fc5eeb46fae3f6764 /.github
parenta4e5a72c36db16dd89f55de7ce97a7b383feee66 (diff)
downloadopencode-f950de95ba3744dad248f51aaaa893afb3a22f4e.tar.gz
opencode-f950de95ba3744dad248f51aaaa893afb3a22f4e.zip
fix: ensure projects that go from having no commits to having commits have sessions migrated (#5105)
Co-authored-by: GitHub Action <[email protected]>
Diffstat (limited to '.github')
-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 c190bb44a..08fcc388d 100644
--- a/.github/workflows/review.yml
+++ b/.github/workflows/review.yml
@@ -48,7 +48,7 @@ jobs:
OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "gh pr review*": "deny", "*": "deny" } }'
run: |
PR_BODY=$(jq -r .body pr_data.json)
- opencode run -m anthropic/claude-sonnet-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: '${{ steps.pr-details.outputs.title }}'
<pr-number>
${{ steps.pr-number.outputs.number }}
@@ -75,4 +75,4 @@ jobs:
-f 'body=[summary of issue]' -f 'commit_id=${{ steps.pr-details.outputs.sha }}' -f 'path=[path-to-file]' -F \"line=[line]\" -f 'side=RIGHT'
\`\`\`
- Only create comments for actual violations. If the code follows all guidelines, comment 'lgtm' AND NOTHING ELSE!!!!."
+ Only create comments for actual violations. If the code follows all guidelines, comment on the issue using gh cli: 'lgtm' AND NOTHING ELSE!!!!."