Skip to content

Commit ae3990a

Browse files
committed
chore: centralize dep to catalog & fix typos
1 parent d7b5b43 commit ae3990a

9 files changed

Lines changed: 16 additions & 14 deletions

File tree

.github/workflows/triage.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ jobs:
2424
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
ISSUE_NUMBER: ${{ github.event.issue.number }}
27+
ISSUE_TITLE: ${{ github.event.issue.title }}
28+
ISSUE_BODY: ${{ github.event.issue.body }}
2729
run: |
2830
opencode run --agent triage "The following issue was just opened, triage it:
2931
30-
Title: ${{ github.event.issue.title }}
32+
Title: $ISSUE_TITLE
3133
32-
${{ github.event.issue.body }}"
34+
$ISSUE_BODY"

.opencode/bun.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.opencode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
33
"@octokit/rest": "^22.0.1",
4-
"@opencode-ai/plugin": "0.0.0-dev-202512160036"
4+
"@opencode-ai/plugin": "0.0.0-dev-202512160412"
55
}
66
}

.opencode/tool/github-triage.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,12 @@ Jay is responsible for documentation. If there is an issue relating to documenta
4242

4343
### kommander
4444

45-
Sebastian is responsible for managing an OpenTUI (a library for building terminal user interfaces). OpenCode's TUI is built with OpenTUI. If there are issues abou:
45+
Sebastian is responsible for managing an OpenTUI (a library for building terminal user interfaces). OpenCode's TUI is built with OpenTUI. If there are issues about:
4646
- random characters on screen
4747
- keybinds not working on different terminals
4848
- general terminal stuff
4949
Then assign the issue to Him.
5050

51-
(anything that should have opentui label basically)
52-
5351
### rekram1-node
5452

5553
Assign Aiden to an issue as a catch all, if you can't assign anyone else. Most of the time this will be bugs/polish things.

bun.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@actions/core": "1.11.1",
1414
"@actions/github": "6.0.1",
1515
"@octokit/graphql": "9.0.1",
16-
"@octokit/rest": "22.0.0",
16+
"@octokit/rest": "catalog:",
1717
"@opencode-ai/sdk": "workspace:*"
1818
}
1919
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
],
2222
"catalog": {
2323
"@types/bun": "1.3.4",
24+
"@octokit/rest": "22.0.0",
2425
"@hono/zod-validator": "0.4.2",
2526
"ulid": "3.0.1",
2627
"@kobalte/core": "0.13.11",

packages/function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@octokit/auth-app": "8.0.1",
15-
"@octokit/rest": "22.0.0",
15+
"@octokit/rest": "catalog:",
1616
"hono": "catalog:",
1717
"jose": "6.0.11"
1818
}

packages/opencode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@hono/zod-validator": "catalog:",
6565
"@modelcontextprotocol/sdk": "1.15.1",
6666
"@octokit/graphql": "9.0.2",
67-
"@octokit/rest": "22.0.0",
67+
"@octokit/rest": "catalog:",
6868
"@openauthjs/openauth": "catalog:",
6969
"@opencode-ai/plugin": "workspace:*",
7070
"@opencode-ai/script": "workspace:*",

0 commit comments

Comments
 (0)