feat: mark branch follower migration-only
This commit is contained in:
@@ -52,6 +52,10 @@ function renderPlanHuman(payload: Record<string, unknown>): string {
|
||||
return [
|
||||
`CI/CD BRANCH-FOLLOWER PLAN (${payload.ok === false ? "blocked" : "ok"})`,
|
||||
"",
|
||||
"DEPRECATION",
|
||||
"branch-follower=migration-only replacement=\"bun scripts/cli.ts cicd gitea-actions-poc plan\" issue=https://github.com/pikasTech/unidesk/issues/1549",
|
||||
"Do not add new branch-follower controller-loop features; use the Gitea Actions driven path from #1548/#1549.",
|
||||
"",
|
||||
table(["FOLLOWER", "ENABLED", "ADAPTER", "SOURCE", "TARGET", "BUDGET", "REFS", "CHECKS"], rows),
|
||||
"",
|
||||
"SOURCE AUTHORITY",
|
||||
|
||||
Reference in New Issue
Block a user