From 57ddb3c61589f4bd3abdbe77cde15cae3f3da20c Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Tue, 15 Apr 2025 15:15:00 -0400 Subject: [PATCH] fix: update ai code prompt parameter in start-workspace.yaml --- .github/workflows/start-workspace.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/start-workspace.yaml b/.github/workflows/start-workspace.yaml index ddc4d1a330..975acd7e1d 100644 --- a/.github/workflows/start-workspace.yaml +++ b/.github/workflows/start-workspace.yaml @@ -31,7 +31,5 @@ jobs: coder-token: ${{ secrets.CODER_TOKEN }} template-name: ${{ secrets.CODER_TEMPLATE_NAME }} parameters: |- - Coder Image: codercom/oss-dogfood:latest - Coder Repository Base Directory: "~" - AI Code Prompt: "Use the gh CLI tool to read the details of issue https://github.com/${{ github.repository }}/issues/${{ github.event.issue.number }} and then address it." + AI Prompt: "Use the gh CLI tool to read the details of issue https://github.com/${{ github.repository }}/issues/${{ github.event.issue.number }} and then address it." Region: us-pittsburgh