From ac77e39c840994a7952da13c8430ee0fa2275745 Mon Sep 17 00:00:00 2001 From: minhdqdev Date: Wed, 25 Mar 2026 11:34:40 +0700 Subject: [PATCH] fix(ci): heading-level mismatch in agent dianostic regex Signed-off-by: minhdqdev --- .github/workflows/issue-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index 50bdd31e..ec87af50 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -23,7 +23,7 @@ jobs: // The template placeholder starts with "Example:" — if that's still // there or the section is empty, the reporter didn't fill it in. const diagnosticMatch = body.match( - /## Agent Diagnostic\s*\n([\s\S]*?)(?=\n## |\n$)/ + /### Agent Diagnostic\s*\n([\s\S]*?)(?=\n### |\n$)/ ); const hasSubstantiveDiagnostic = diagnosticMatch