summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-08-12 14:21:34 -0400
committerDax Raad <[email protected]>2025-08-12 14:21:34 -0400
commite9cb360cb7e6a72be187a78358428182c34d37ab (patch)
tree6e91320669159d87355eaba20fa05a45333d0688 /.github
parent596d4e449003f06b665607110b6bf0d965777746 (diff)
downloadopencode-e9cb360cb7e6a72be187a78358428182c34d37ab.tar.gz
opencode-e9cb360cb7e6a72be187a78358428182c34d37ab.zip
ci: sync
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/guidelines-check.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/guidelines-check.yml b/.github/workflows/guidelines-check.yml
index a21f0be19..cce45623f 100644
--- a/.github/workflows/guidelines-check.yml
+++ b/.github/workflows/guidelines-check.yml
@@ -23,7 +23,7 @@ jobs:
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "*": "deny" } }'
+ OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "gh review*": "deny", "*": "deny" } }'
run: |
opencode run -m anthropic/claude-sonnet-4-20250514 "A new pull request has been created: '${{ github.event.pull_request.title }}'
@@ -39,7 +39,7 @@ jobs:
Use the gh cli to create comments on the files for the violations. Try to leave the comment on the exact line number. If you have a suggested fix include it in a suggestion code block.
- Command should be like this
+ Command MUST be like this.
```
gh api \
--method POST \