Merge pull request 'feat: import forgebot and container-agent repos' (#5) from feat/import-new-repos into main
Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
description: "Base container image for forgebot agents"
|
||||
private: false
|
||||
@@ -0,0 +1,2 @@
|
||||
description: "Dev toolchain container for forgebot agents"
|
||||
private: false
|
||||
@@ -0,0 +1,2 @@
|
||||
description: "Infrastructure toolchain container for forgebot agents"
|
||||
private: false
|
||||
@@ -0,0 +1,2 @@
|
||||
description: "Skill definitions for forgebot agents"
|
||||
private: false
|
||||
@@ -0,0 +1,2 @@
|
||||
description: "K8s operator + API for AI agent dispatch from git forges"
|
||||
private: false
|
||||
@@ -143,6 +143,31 @@ import {
|
||||
id = "137"
|
||||
}
|
||||
|
||||
import {
|
||||
to = module.repository["git.unkin.net/unkin/forgebot"].gitea_repository.this
|
||||
id = "139"
|
||||
}
|
||||
|
||||
import {
|
||||
to = module.repository["git.unkin.net/unkin/forgebot-skills"].gitea_repository.this
|
||||
id = "140"
|
||||
}
|
||||
|
||||
import {
|
||||
to = module.repository["git.unkin.net/unkin/container-agent-base"].gitea_repository.this
|
||||
id = "141"
|
||||
}
|
||||
|
||||
import {
|
||||
to = module.repository["git.unkin.net/unkin/container-agent-dev"].gitea_repository.this
|
||||
id = "142"
|
||||
}
|
||||
|
||||
import {
|
||||
to = module.repository["git.unkin.net/unkin/container-agent-infra"].gitea_repository.this
|
||||
id = "143"
|
||||
}
|
||||
|
||||
import {
|
||||
to = module.team["git.unkin.net/unkin/Owners"].gitea_team.this
|
||||
id = "3"
|
||||
|
||||
Reference in New Issue
Block a user