From 2cacaf56b0914fd20269a15619d4432c48b10d0b Mon Sep 17 00:00:00 2001 From: mrT23 Date: Tue, 11 Mar 2025 17:08:26 +0200 Subject: [PATCH] Reduce collapsible_file_list_threshold from 8 to 6 --- pr_agent/settings/configuration.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/settings/configuration.toml b/pr_agent/settings/configuration.toml index ec537ed7..8bffeb87 100644 --- a/pr_agent/settings/configuration.toml +++ b/pr_agent/settings/configuration.toml @@ -104,7 +104,7 @@ publish_description_as_comment_persistent=true ## changes walkthrough section enable_semantic_files_types=true collapsible_file_list='adaptive' # true, false, 'adaptive' -collapsible_file_list_threshold=8 +collapsible_file_list_threshold=6 inline_file_summary=false # false, true, 'table' # markers use_description_markers=false