There was an error while loading. Please reload this page.
1 parent ead22ff commit 6bc1973Copy full SHA for 6bc1973
1 file changed
.github/workflows/opencode-review.yml
@@ -29,7 +29,7 @@ jobs:
29
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
with:
31
model: ${{ vars.OPENCODE_REVIEW_MODEL }}
32
- #use_github_token: true
+ use_github_token: false
33
prompt: |
34
Review this pull request:
35
- Check for code quality issues
@@ -45,7 +45,7 @@ jobs:
45
46
47
model: ${{ vars.OPENCODE_REVIEW_MODEL_FALLBACK }}
48
49
50
51
0 commit comments