Skip to content

Commit 091b5c8

Browse files
authored
ci(.github/workflows/traiage.yaml): adjust prompt for legibility when… (coder#20144)
… truncated, just like this
1 parent 039fa89 commit 091b5c8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/traiage.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,10 @@ jobs:
203203
204204
# Write a prompt to PROMPT_FILE
205205
PROMPT=$(cat <<EOF
206-
Analyze the below GitHub issue description, understand the root cause, and make appropriate changes to resolve the issue.
207-
208-
ISSUE URL: ${ISSUE_URL}
209-
ISSUE DESCRIPTION BELOW:
206+
Fix ${ISSUE_URL}
210207
208+
Analyze the below GitHub issue description, understand the root cause, and make appropriate changes to resolve the issue.
209+
---
211210
${issue_description}
212211
EOF
213212
)

0 commit comments

Comments
 (0)