| commit | e5970ba730d65a1d702c6f057fc0e869e460adc3 | [log] [tgz] |
|---|---|---|
| author | iomodo <iomodo@v1.dodo.cloud> | Thu Jul 31 17:59:52 2025 +0400 |
| committer | iomodo <iomodo@v1.dodo.cloud> | Thu Jul 31 17:59:52 2025 +0400 |
| tree | b552c140aa405ffa7f21c8161dd32bc4885664e9 | |
| parent | 9788cbdc31b72f3d74aa4ec695eadb01785f88cc [diff] [blame] |
PR complete a task Change-Id: Icb3f24db0ccd2914a528370d96b8c21168b24e98
diff --git a/server/tm/git_tm/git_task_manager.go b/server/tm/git_tm/git_task_manager.go index a49a866..f7d7a07 100644 --- a/server/tm/git_tm/git_task_manager.go +++ b/server/tm/git_tm/git_task_manager.go
@@ -1103,7 +1103,7 @@ cleanTitle = cleanTitle[:40] } - return fmt.Sprintf("%s/%s-%s", prefix, task.ID, cleanTitle) + return fmt.Sprintf("%s/[%s]-%s", prefix, task.ID, cleanTitle) } // buildSolutionPRDescription creates PR description from template