From 6e7cf3576144ba26276becc9e1cd238ec2144bc6 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 25 May 2025 09:46:26 +0300 Subject: [PATCH] fix: correct typo in mermaid diagram code block syntax --- pr_agent/settings/pr_description_prompts.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pr_agent/settings/pr_description_prompts.toml b/pr_agent/settings/pr_description_prompts.toml index 7d2b06ea..6f822a7f 100644 --- a/pr_agent/settings/pr_description_prompts.toml +++ b/pr_agent/settings/pr_description_prompts.toml @@ -81,7 +81,7 @@ pr_files: {%- endif %} {%- if enable_pr_diagram %} changes_diagram: | - ```mermaind + ```mermaid ... ``` {%- endif %} @@ -168,7 +168,7 @@ pr_files: {%- endif %} {%- if enable_pr_diagram %} changes_diagram: | - ```mermaind + ```mermaid ... ``` {%- endif %}