Add forgebot and forgebot-skills repos with branch protection
- forgebot: branch protection on main with pre-commit, test, build CI checks - forgebot-skills: branch protection on main with validate CI check - Both repos enabled for Woodpecker CI
This commit is contained in:
@@ -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