Skip to content

Commit b289fd9

Browse files
committed
ci: sync
1 parent 13d4a80 commit b289fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/guidelines-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "gh review*": "deny", "*": "deny" } }'
26+
OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "gh pr review*": "deny", "*": "deny" } }'
2727
run: |
2828
opencode run -m anthropic/claude-sonnet-4-20250514 "A new pull request has been created: '${{ github.event.pull_request.title }}'
2929

0 commit comments

Comments
 (0)