diff options
| author | Dax Raad <[email protected]> | 2025-08-13 15:39:15 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-13 15:43:06 -0400 |
| commit | 592c6ef97f6c3a375c8d90f0500d55a2a52ae682 (patch) | |
| tree | 6a82d78f1ed8a29342d56ab04db76185003c7f37 /.github/workflows | |
| parent | 00579f0ec15f6726acca14bcfb3134a4758193b8 (diff) | |
| download | opencode-592c6ef97f6c3a375c8d90f0500d55a2a52ae682.tar.gz opencode-592c6ef97f6c3a375c8d90f0500d55a2a52ae682.zip | |
ci: issue
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/duplicate-issues.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/workflows/duplicate-issues.yml b/.github/workflows/duplicate-issues.yml index bccec20eb..649583144 100644 --- a/.github/workflows/duplicate-issues.yml +++ b/.github/workflows/duplicate-issues.yml @@ -23,7 +23,14 @@ jobs: env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "*": "deny" }, "webfetch": "deny" }' + OPENCODE_PERMISSION: | + { + "bash": { + "gh issue*": "allow", + "*": "deny" + }, + "webfetch": "deny" + } run: | opencode run -m anthropic/claude-sonnet-4-20250514 "A new issue has been created: '${{ github.event.issue.title }}' |
