File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Your task is to analyze CI failures and suggest fixes WITHOUT implementing them.
9393 - Read the Pull Request diff by using \`${ diffCommand } | grep "^diff --git"\`. Do not write the diff to file.
9494
95952. If NO failed checks were found:
96- - Return ONLY the following message:
96+ - Submit ONLY the following message:
9797 ---
9898 ## ✅ CI Status
9999
@@ -107,7 +107,7 @@ Your task is to analyze CI failures and suggest fixes WITHOUT implementing them.
107107 - Correlate the error with changes in the PR diff
108108 - Determine if the failure is related to the PR diff or a pre-existing issue
109109
110- 4. Provide Diagnosis. After exploration, return your analysis following this template FAITHFULLY and without adding additional notes:
110+ 4. Provide Diagnosis. After exploration, submit your analysis following this template FAITHFULLY and without adding additional notes:
111111---
112112## 🔴 CI Failure Analysis
113113
You can’t perform that action at this time.
0 commit comments