From ce86e5bec2e7e3f7aee21ee39ab5cf1284d32ca5 Mon Sep 17 00:00:00 2001 From: Robin Olsen <129996395+Telikz@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:27:20 +0100 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- cmd/pm/tasks/codingTask.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/pm/tasks/codingTask.go b/cmd/pm/tasks/codingTask.go index e4f6c96..0573ced 100644 --- a/cmd/pm/tasks/codingTask.go +++ b/cmd/pm/tasks/codingTask.go @@ -166,7 +166,7 @@ func (t *CodingTask) Validate(ctx context.Context) ValidationFeedback { expect.NotEmptyAndEqual(issue.Title, "Upgrade MongoDB Driver Dependency", "Issue title") expect.NotEmptyAndEqual(issue.Description, - "Upgrade the MongoDB Driver dependency to the latest version.", "Issue description") + "We need to upgrade the MongoDB Driver dependency to the latest version.", "Issue description") expect.NotEmptyAndEqual(issue.Assignee, "Me", "Issue Assignee")