We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afe945 commit 71d78c2Copy full SHA for 71d78c2
.github/workflows/issue-triage.yml
@@ -23,7 +23,7 @@ jobs:
23
// The template placeholder starts with "Example:" — if that's still
24
// there or the section is empty, the reporter didn't fill it in.
25
const diagnosticMatch = body.match(
26
- /## Agent Diagnostic\s*\n([\s\S]*?)(?=\n## |\n$)/
+ /### Agent Diagnostic\s*\n([\s\S]*?)(?=\n### |\n$)/
27
);
28
29
const hasSubstantiveDiagnostic = diagnosticMatch
0 commit comments