Skip to content

Commit

Permalink
Merge pull request #913 from Codium-ai/tr/final_update
Browse files Browse the repository at this point in the history
Update default setting of `final_update_message` to false in describe…
  • Loading branch information
mrT23 committed May 20, 2024
2 parents a13cb14 + 71770f3 commit fab5b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/tools/describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ publish_labels = ...
</tr>
<tr>
<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>
<td><b>enable_semantic_files_types</b></td>
Expand Down
2 changes: 1 addition & 1 deletion pr_agent/settings/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ generate_ai_title=false
use_bullet_points=true
extra_instructions = ""
enable_pr_type=true
final_update_message = true
final_update_message = false
enable_help_text=false
enable_help_comment=true
# describe as comment
Expand Down

0 comments on commit fab5b6f

Please sign in to comment.