You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.substep(` ... (${filteredLogs.split('\n').length-10} more lines)`)
3582
+
}
3583
+
3508
3584
// Analyze and fix with Claude
3509
3585
log.progress(`Analyzing failure in ${job.name}`)
3510
3586
constfixPrompt=`You are automatically fixing CI failures. The job "${job.name}" failed in workflow run ${lastRunId} for commit ${currentSha} in ${owner}/${repo}.
@@ -3513,7 +3589,7 @@ Job: ${job.name}
3513
3589
Status: ${job.conclusion}
3514
3590
3515
3591
Failure logs:
3516
-
${logsResult.stdout||'No logs available'}
3592
+
${filteredLogs}
3517
3593
3518
3594
Your task:
3519
3595
1. Analyze these CI logs for the "${job.name}" job
0 commit comments