Skip to content

Commit 71d78c2

Browse files
authored
fix(ci): heading-level mismatch in agent dianostic regex (#604)
Signed-off-by: minhdqdev <minhdq.dev@gmail.com>
1 parent 6afe945 commit 71d78c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
// The template placeholder starts with "Example:" — if that's still
2424
// there or the section is empty, the reporter didn't fill it in.
2525
const diagnosticMatch = body.match(
26-
/## Agent Diagnostic\s*\n([\s\S]*?)(?=\n## |\n$)/
26+
/### Agent Diagnostic\s*\n([\s\S]*?)(?=\n### |\n$)/
2727
);
2828
2929
const hasSubstantiveDiagnostic = diagnosticMatch

0 commit comments

Comments
 (0)