We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d4a80 commit b289fd9Copy full SHA for b289fd9
.github/workflows/guidelines-check.yml
@@ -23,7 +23,7 @@ jobs:
23
env:
24
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
- OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "gh review*": "deny", "*": "deny" } }'
+ OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "gh pr review*": "deny", "*": "deny" } }'
27
run: |
28
opencode run -m anthropic/claude-sonnet-4-20250514 "A new pull request has been created: '${{ github.event.pull_request.title }}'
29
0 commit comments