From fbaf32803af77058bc7dc6abd48eab800d03f024 Mon Sep 17 00:00:00 2001 From: actionq-dispatcher Date: Thu, 20 Aug 2026 11:19:35 +0300 Subject: [PATCH] chore(dispatch): retire legacy hook publisher --- sprintctl.dispatch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sprintctl.dispatch.json b/sprintctl.dispatch.json index 07b3a1f..55b182f 100644 --- a/sprintctl.dispatch.json +++ b/sprintctl.dispatch.json @@ -151,6 +151,6 @@ }, "hooks": { "level": "verification", - "publishers": ["git", "dispatcher-gate"] + "publishers": ["git"] } }