Skip to content

Commit 55b57e1

Browse files
committed
ci: tweak
1 parent 21b7877 commit 55b57e1

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

.github/workflows/duplicate-issues.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
{
2828
"bash": {
2929
"gh issue*": "allow",
30-
"*": "deny"
31-
},
30+
"*": "deny"
31+
},
3232
"webfetch": "deny"
3333
}
3434
run: |
35-
opencode run -m anthropic/claude-sonnet-4-20250514 "A new issue has been created:'
35+
opencode run -m opencode/claude-haiku-4-5 "A new issue has been created:'
3636
3737
Issue number:
3838
${{ github.event.issue.number }}

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ jobs:
2828
bun turbo test
2929
env:
3030
CI: true
31+
32+
- name: Check SDK is up to date
33+
run: |
34+
bun ./packages/sdk/js/script/build.ts
35+
git diff --exit-code packages/sdk/js/src/gen packages/sdk/js/dist
36+
continue-on-error: false

.opencode/command/issues.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
description: "Find issue(s) on github"
3+
model: opencode/claude-haiku-4-5
4+
---
5+
6+
Search through existing issues in sst/opencode using the gh cli to find issues matching this query:
7+
8+
$ARGUMENTS
9+
10+
Consider:
11+
12+
1. Similar titles or descriptions
13+
2. Same error messages or symptoms
14+
3. Related functionality or components
15+
4. Similar feature requests
16+
17+
Please list any matching issues with:
18+
19+
- Issue number and title
20+
- Brief explanation of why it matches the query
21+
- Link to the issue
22+
23+
If no clear matches are found, say so.

0 commit comments

Comments
 (0)