Skip to content

Commit 7938497

Browse files
Update pkg/github/workflow_prompts.go
Co-authored-by: Copilot <[email protected]>
1 parent 5b65f78 commit 7938497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/workflow_prompts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func IssueInvestigationWorkflowPrompt(t translations.TranslationHelperFunc) (too
127127
},
128128
{
129129
Role: "assistant",
130-
Content: mcp.NewTextContent("Excellent criteria! I'll evaluate each issue against these requirements:\n\n Clear problem description\n Defined acceptance criteria \n Appropriate scope\n Technical feasibility\n\nLet me start by finding and examining the issues."),
130+
Content: mcp.NewTextContent("Excellent criteria! I'll evaluate each issue against these requirements:\n\n- Clear problem description\n- Defined acceptance criteria\n- Appropriate scope\n- Technical feasibility\n\nLet me start by finding and examining the issues."),
131131
},
132132
}
133133
return &mcp.GetPromptResult{

0 commit comments

Comments
 (0)