feat: add projects/harb.toml for multi-project supervisor
This commit is contained in:
parent
9050413994
commit
5152cdb8e5
1 changed files with 20 additions and 0 deletions
20
projects/harb.toml
Normal file
20
projects/harb.toml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
# projects/harb.toml — Project config for johba/harb
|
||||||
|
#
|
||||||
|
# This file defines project-specific settings for disinto agents.
|
||||||
|
|
||||||
|
name = "harb"
|
||||||
|
repo = "johba/harb"
|
||||||
|
repo_root = "/home/debian/harb"
|
||||||
|
primary_branch = "master"
|
||||||
|
|
||||||
|
[ci]
|
||||||
|
woodpecker_repo_id = 2
|
||||||
|
stale_minutes = 60
|
||||||
|
|
||||||
|
[services]
|
||||||
|
containers = ["ponder"]
|
||||||
|
|
||||||
|
[monitoring]
|
||||||
|
check_prs = true
|
||||||
|
check_dev_agent = true
|
||||||
|
check_pipeline_stall = true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue