| commit | 8acd08d88517ee0fb26dfe4fb8d93593ac3eef6f | [log] [tgz] |
|---|---|---|
| author | iomodo <iomodo@v1.dodo.cloud> | Thu Jul 31 16:22:08 2025 +0400 |
| committer | iomodo <iomodo@v1.dodo.cloud> | Thu Jul 31 16:22:08 2025 +0400 |
| tree | 1b5962da481e7f444e7fba120a4c946b8e7e4702 | |
| parent | bea1b60ca1b23cc6713ecc6646825e08569f7ee1 [diff] [blame] |
Add Github wehbook management Change-Id: I4b7a23a77838f345d65adf51877fab5978bd6055
diff --git a/server/tm/git_tm/git_task_manager.go b/server/tm/git_tm/git_task_manager.go index 2e9fce3..a49a866 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