ci(.github/workflows/traiage.yaml): adjust prompt for legibility when… (#20144)

… truncated, just like this
This commit is contained in:
Cian Johnston
2025-10-03 09:24:55 +01:00
committed by GitHub
parent 039fa89481
commit 091b5c88d6
+3 -4
View File
@@ -203,11 +203,10 @@ jobs:
# Write a prompt to PROMPT_FILE
PROMPT=$(cat <<EOF
Fix ${ISSUE_URL}
Analyze the below GitHub issue description, understand the root cause, and make appropriate changes to resolve the issue.
ISSUE URL: ${ISSUE_URL}
ISSUE DESCRIPTION BELOW:
---
${issue_description}
EOF
)