We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00579f0 commit 592c6efCopy full SHA for 592c6ef
1 file changed
.github/workflows/duplicate-issues.yml
@@ -23,7 +23,14 @@ jobs:
23
env:
24
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
- OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "*": "deny" }, "webfetch": "deny" }'
+ OPENCODE_PERMISSION: |
27
+ {
28
+ "bash": {
29
+ "gh issue*": "allow",
30
+ "*": "deny"
31
+ },
32
+ "webfetch": "deny"
33
+ }
34
run: |
35
opencode run -m anthropic/claude-sonnet-4-20250514 "A new issue has been created: '${{ github.event.issue.title }}'
36
0 commit comments