diff options
| author | Dax Raad <[email protected]> | 2025-08-12 13:33:55 -0400 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-08-12 17:36:48 +0000 |
| commit | 5141fe8d7d7c6bd9630b9c2468aceaf807765fb6 (patch) | |
| tree | 077427b01b2c1f8467e51414694fdc67df62a229 /.github | |
| parent | 3a9dd306dbdb4633dd31e046e56ad2cf26497b0f (diff) | |
| download | opencode-5141fe8d7d7c6bd9630b9c2468aceaf807765fb6.tar.gz opencode-5141fe8d7d7c6bd9630b9c2468aceaf807765fb6.zip | |
ci: sync
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/guidelines-check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/guidelines-check.yml b/.github/workflows/guidelines-check.yml index 8fe1d7595..c041f4c17 100644 --- a/.github/workflows/guidelines-check.yml +++ b/.github/workflows/guidelines-check.yml @@ -25,7 +25,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENCODE_PERMISSION: '{ "bash": { "gh*": "allow", "*": "deny" } }' run: | - opencode --print-logs run -m anthropic/claude-sonnet-4-20250514 "A new pull request has been created: '${{ github.event.pull_request.title }}' + opencode run -m anthropic/claude-sonnet-4-20250514 "A new pull request has been created: '${{ github.event.pull_request.title }}' <pr-number> ${{ github.event.pull_request.number }} |
