Skip to content

Commit 592c6ef

Browse files
committed
ci: issue
1 parent 00579f0 commit 592c6ef

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/duplicate-issues.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@ jobs:
2323
env:
2424
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "*": "deny" }, "webfetch": "deny" }'
26+
OPENCODE_PERMISSION: |
27+
{
28+
"bash": {
29+
"gh issue*": "allow",
30+
"*": "deny"
31+
},
32+
"webfetch": "deny"
33+
}
2734
run: |
2835
opencode run -m anthropic/claude-sonnet-4-20250514 "A new issue has been created: '${{ github.event.issue.title }}'
2936

0 commit comments

Comments
 (0)