25 lines
672 B
TOML
25 lines
672 B
TOML
name = "patch-moi-harness"
|
|
version = 1
|
|
description = "Rebase the maintained patch.moi harness fork onto an upstream harness release."
|
|
|
|
[config]
|
|
fork_repo = "harness/fork"
|
|
fork_repo_full_name = "matamune-peezy/patch-moi-harness"
|
|
target_branch = "main"
|
|
upstream_remote = "upstream"
|
|
upstream_repo_url = "https://github.com/peezy-tech/patch-moi-harness.git"
|
|
fetch = true
|
|
push = false
|
|
push_remotes = ["origin", "jojo"]
|
|
verify_commands = ["npm test", "npm run pack:dry-run"]
|
|
|
|
[[steps]]
|
|
name = "rebase-fork"
|
|
runner = "bun"
|
|
script = "exec/rebase-fork.ts"
|
|
cwd = "../.."
|
|
timeout_ms = 600000
|
|
|
|
[steps.trigger]
|
|
type = "upstream.release"
|
|
schema = "schemas/upstream-release.schema.json"
|