| commit | 443b20a14b2534899b25f34654cef0ddfa2c4752 | [log] [tgz] |
|---|---|---|
| author | iomodo <iomodo@v1.dodo.cloud> | Mon Jul 28 15:24:05 2025 +0400 |
| committer | iomodo <iomodo@v1.dodo.cloud> | Mon Jul 28 15:24:05 2025 +0400 |
| tree | 005655b9061ee59a1d821bf0e755b3a042ef3b4e | |
| parent | 5c99a447e4306c902b34196272b2e213ed293f2f [diff] [blame] |
Add Github integration to subtasks Change-Id: If382f2f5238e9d2323d6c2761d3d70a626ff9065
diff --git a/server/agent/manager.go b/server/agent/manager.go index ab625bf..45b0965 100644 --- a/server/agent/manager.go +++ b/server/agent/manager.go
@@ -107,6 +107,10 @@ firstAgent.Provider, m.taskManager, agentRoles, + m.prProvider, + m.config.GitHub.Owner, + m.config.GitHub.Repo, + m.cloneManager, ) return nil