This commit is contained in:
mrT23
2024-06-27 08:36:40 +03:00
parent 556dc68add
commit 11abce3ede
2 changed files with 5 additions and 1 deletions

View File

@ -87,6 +87,10 @@ publish_labels = ...
<td><b>collapsible_file_list</b></td>
<td>If set to true, the file list in the "Changes walkthrough" section will be collapsible. If set to "adaptive", the file list will be collapsible only if there are more than 8 files. Default is "adaptive".</td>
</tr>
<tr>
<td><b>enable_large_pr_handling</b></td>
<td>Pro feature. If set to true, in case of a large PR the tool will make several calls to the AI and combine them to be able to cover more files. Default is true.</td>
</tr>
<tr>
<td><b>enable_help_text</b></td>
<td>If set to true, the tool will display a help text in the comment. Default is false.</td>

View File

@ -74,7 +74,7 @@ inline_file_summary=false # false, true, 'table'
# markers
use_description_markers=false
include_generated_by_header=true
# large pr mode
# large pr mode 💎
enable_large_pr_handling=true
max_ai_calls=3
mention_extra_files=true