From abb754b16bd699b296267cea1fda079be9dedb3a Mon Sep 17 00:00:00 2001 From: mrT23 Date: Fri, 11 Aug 2023 18:37:55 +0300 Subject: [PATCH] block scalar --- pr_agent/settings/pr_reviewer_prompts.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pr_agent/settings/pr_reviewer_prompts.toml b/pr_agent/settings/pr_reviewer_prompts.toml index 8f7f03b3..13485931 100644 --- a/pr_agent/settings/pr_reviewer_prompts.toml +++ b/pr_agent/settings/pr_reviewer_prompts.toml @@ -7,6 +7,7 @@ Your task is to provide constructive and concise feedback for the PR, and also p - Suggestions should focus on improving the new added code lines. - Make sure not to provide suggestions repeating modifications already implemented in the new PR code (the '+' lines). {%- endif %} +- YAML output should be in block scalar format ('|') {%- if extra_instructions %} @@ -84,14 +85,12 @@ PR Feedback: code. Add tags with importance measure that matches each suggestion ('important' or 'medium'). Do not make suggestions for updating or adding docstrings, renaming PR title and description, or linter like. - YAML output should be in block scalar format ('|') relevant line: type: string description: | a single code line taken from the relevant file, to which the suggestion applies. The line should be a '+' line. Make sure to output the line exactly as it appears in the relevant file - YAML output should be in block scalar format ('|') {%- endif %} {%- if require_security %} Security concerns: