Each project can specify its own Matrix room for notifications. - harb → #harb-dev:matrix.allf.in - disinto → #disinto-dev:matrix.allf.in
27 lines
713 B
TOML
27 lines
713 B
TOML
# 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 = []
|
|
|
|
[matrix]
|
|
room_id = "!ynKSMyWU7OSkbNjR:matrix.allf.in"
|
|
bot_user = "@disinto-factory:matrix.allf.in"
|
|
token_env = "DISINTO_MATRIX_TOKEN"
|
|
|
|
[monitoring]
|
|
check_prs = true
|
|
check_dev_agent = true
|
|
check_pipeline_stall = false
|