summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-15 23:07:55 -0600
committerAiden Cline <[email protected]>2025-12-15 23:07:55 -0600
commitae3990a55756912ef815767673d1e040623a77bc (patch)
treebdf9d20844480b4f6969baa876abfa4fde349ef7 /.github
parentd7b5b431d67a9ab2183082ce8621cf7bfbcf444b (diff)
downloadopencode-ae3990a55756912ef815767673d1e040623a77bc.tar.gz
opencode-ae3990a55756912ef815767673d1e040623a77bc.zip
chore: centralize dep to catalog & fix typos
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/triage.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml
index 2900137f0..9cc76973d 100644
--- a/.github/workflows/triage.yml
+++ b/.github/workflows/triage.yml
@@ -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"