feat: register disinto as its own project — the factory builds itself
Adds projects/disinto.toml so dev-poll, review-poll, gardener, and supervisor all monitor johba/disinto issues and PRs alongside harb.
This commit is contained in:
parent
fce5e66b90
commit
5608c252e0
1 changed files with 22 additions and 0 deletions
22
projects/disinto.toml
Normal file
22
projects/disinto.toml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# projects/disinto.toml — disinto develops itself
|
||||
#
|
||||
# The factory is its own project. Issues filed on johba/disinto
|
||||
# are picked up by dev-poll, reviewed by review-poll, groomed by gardener.
|
||||
|
||||
name = "disinto"
|
||||
repo = "johba/disinto"
|
||||
repo_root = "/home/debian/dark-factory"
|
||||
primary_branch = "main"
|
||||
|
||||
[ci]
|
||||
# No Woodpecker CI for disinto yet — bash scripts, no build pipeline
|
||||
woodpecker_repo_id = 0
|
||||
stale_minutes = 60
|
||||
|
||||
[services]
|
||||
containers = []
|
||||
|
||||
[monitoring]
|
||||
check_prs = true
|
||||
check_dev_agent = true
|
||||
check_pipeline_stall = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue