Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/traiage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,10 @@ jobs:

# Write a prompt to PROMPT_FILE
PROMPT=$(cat <<EOF
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:
Fix ${ISSUE_URL}

Analyze the below GitHub issue description, understand the root cause, and make appropriate changes to resolve the issue.
---
${issue_description}
EOF
)
Expand Down