mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Reduce collapsible_file_list_threshold from 8 to 6
This commit is contained in:
parent
9a574e0caa
commit
2cacaf56b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue