feat(adr100): request gate5 replay approval
Some checks failed
CD Pipeline / tests (push) Successful in 1m32s
Code Review / ai-code-review (push) Successful in 12s
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled

This commit is contained in:
Your Name
2026-06-02 10:43:09 +08:00
parent 98c01cdaff
commit f519c8e1ab
4 changed files with 261 additions and 19 deletions

View File

@@ -2778,7 +2778,9 @@ function Adr100RemediationQueuePanel({
const approval = result?.approval ?? null;
const replayGate = result?.replay_gate ?? null;
const canCreateApproval = item.remediation_status === "needs_playbook_ticket"
|| item.remediation_action === "promote_diagnostic_to_repair_playbook";
|| item.remediation_action === "promote_diagnostic_to_repair_playbook"
|| item.remediation_status === "ready_for_replay"
|| item.remediation_action === "replay_with_supported_executor";
return (
<article key={workItemId || item.incident_id || item.auto_repair_id} className="min-w-0 bg-white p-4">
<div className="flex flex-wrap items-start justify-between gap-3">