From ae3990a55756912ef815767673d1e040623a77bc Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Mon, 15 Dec 2025 23:07:55 -0600 Subject: chore: centralize dep to catalog & fix typos --- .github/workflows/triage.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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" -- cgit v1.2.3