|
|
@@ -23,8 +23,9 @@ jobs:
|
|
|
env:
|
|
|
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
+ OPENCODE_PERMISSION: { "bash": { "gh*": "allow", "*": "deny" } }
|
|
|
run: |
|
|
|
- opencode run --agent github -m anthropic/claude-sonnet-4-20250514 "A new pull request has been created: '${{ github.event.pull_request.title }}'
|
|
|
+ opencode run -m anthropic/claude-sonnet-4-20250514 "A new pull request has been created: '${{ github.event.pull_request.title }}'
|
|
|
|
|
|
PR description:
|
|
|
${{ github.event.pull_request.body }}
|