mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
ci: sync
This commit is contained in:
parent
2c2752ee02
commit
4178b3c6ae
2
.github/workflows/duplicate-issues.yml
vendored
2
.github/workflows/duplicate-issues.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
env:
|
||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
OPENCODE_PERMISSION: { "bash": { "gh*": "allow", "*": "deny" } }
|
||||
OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "*": "deny" } }'
|
||||
run: |
|
||||
opencode run -m anthropic/claude-sonnet-4-20250514 "A new issue has been created: '${{ github.event.issue.title }}'
|
||||
|
||||
|
||||
2
.github/workflows/guidelines-check.yml
vendored
2
.github/workflows/guidelines-check.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
env:
|
||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
OPENCODE_PERMISSION: { "bash": { "gh*": "allow", "*": "deny" } }
|
||||
OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "*": "deny" } }'
|
||||
run: |
|
||||
opencode run -m anthropic/claude-sonnet-4-20250514 "A new pull request has been created: '${{ github.event.pull_request.title }}'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user