Skip to content

Commit 9cab201

Browse files
author
Marco Damonte
committed
prompt change
1 parent 6c046eb commit 9cab201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constants/github.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
9595
2. 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

0 commit comments

Comments
 (0)