Skip to content

Commit 2c2752e

Browse files
committed
ci: ignore
1 parent 5a17f44 commit 2c2752e

3 files changed

Lines changed: 4 additions & 15 deletions

File tree

.github/workflows/duplicate-issues.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
env:
2424
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
OPENCODE_PERMISSION: { "bash": { "gh*": "allow", "*": "deny" } }
2627
run: |
27-
opencode run --agent github -m anthropic/claude-sonnet-4-20250514 "A new issue has been created: '${{ github.event.issue.title }}'
28+
opencode run -m anthropic/claude-sonnet-4-20250514 "A new issue has been created: '${{ github.event.issue.title }}'
2829
2930
Issue body:
3031
${{ github.event.issue.body }}

.github/workflows/guidelines-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
env:
2424
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
OPENCODE_PERMISSION: { "bash": { "gh*": "allow", "*": "deny" } }
2627
run: |
27-
opencode run --agent github -m anthropic/claude-sonnet-4-20250514 "A new pull request has been created: '${{ github.event.pull_request.title }}'
28+
opencode run -m anthropic/claude-sonnet-4-20250514 "A new pull request has been created: '${{ github.event.pull_request.title }}'
2829
2930
PR description:
3031
${{ github.event.pull_request.body }}

.opencode/agent/github.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)