mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 13:39:52 +00:00
chore: centralize dep to catalog & fix typos
This commit is contained in:
parent
d7b5b431d6
commit
ae3990a557
9 changed files with 16 additions and 14 deletions
6
.github/workflows/triage.yml
vendored
6
.github/workflows/triage.yml
vendored
|
|
@ -24,9 +24,11 @@ jobs:
|
|||
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
ISSUE_NUMBER: ${{ github.event.issue.number }}
|
||||
ISSUE_TITLE: ${{ github.event.issue.title }}
|
||||
ISSUE_BODY: ${{ github.event.issue.body }}
|
||||
run: |
|
||||
opencode run --agent triage "The following issue was just opened, triage it:
|
||||
|
||||
Title: ${{ github.event.issue.title }}
|
||||
Title: $ISSUE_TITLE
|
||||
|
||||
${{ github.event.issue.body }}"
|
||||
$ISSUE_BODY"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue