From f5a8c89a7fe260ed4eeccbb7b636d245c0a59a4c Mon Sep 17 00:00:00 2001 From: Oliver Wolff <23139298+cuioss@users.noreply.github.com> Date: Sun, 12 Jul 2026 16:51:23 +0200 Subject: [PATCH] chore(config): migrate retired automated-review step key to plan-marshall:automatic-review Upstream renamed the automatic-review finalize step; the retired default:automated-review key makes the manifest composer emit an unloadable step that hard-blocks finalize (observed live on nifi-extensions PR #432, lesson 2026-07-12-15-001, and as a duplicate step on TokenSheriff PR #560). Canonical form matches the meta repo and nifi-extensions. Knob values unchanged. Co-Authored-By: Claude --- .plan/marshal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.plan/marshal.json b/.plan/marshal.json index f377bb8..051f782 100644 --- a/.plan/marshal.json +++ b/.plan/marshal.json @@ -67,7 +67,7 @@ "default:push": {}, "default:create-pr": {}, "default:ci-verify": {}, - "default:automated-review": { + "plan-marshall:automatic-review": { "review_bot_buffer_seconds": 180, "re_review_on_loopback": false, "re_review_on_branch_cleanup": true,