Merge pull request #913 from Codium-ai/tr/final_update

Update default setting of `final_update_message` to false in describe…
This commit is contained in:
Tal
2024-05-20 14:30:52 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ publish_labels = ...
</tr> </tr>
<tr> <tr>
<td><b>final_update_message</b></td> <td><b>final_update_message</b></td>
<td>If set to true, it will add a comment message [`PR Description updated to latest commit...`](https://github.com/Codium-ai/pr-agent/pull/499#issuecomment-1837412176) after finishing calling `/describe`. Default is true.</td> <td>If set to true, it will add a comment message [`PR Description updated to latest commit...`](https://github.com/Codium-ai/pr-agent/pull/499#issuecomment-1837412176) after finishing calling `/describe`. Default is false.</td>
</tr> </tr>
<tr> <tr>
<td><b>enable_semantic_files_types</b></td> <td><b>enable_semantic_files_types</b></td>

View File

@ -58,7 +58,7 @@ generate_ai_title=false
use_bullet_points=true use_bullet_points=true
extra_instructions = "" extra_instructions = ""
enable_pr_type=true enable_pr_type=true
final_update_message = true final_update_message = false
enable_help_text=false enable_help_text=false
enable_help_comment=true enable_help_comment=true
# describe as comment # describe as comment