diff --git a/docs/docs/tools/describe.md b/docs/docs/tools/describe.md index cd8c7015..b4e40c8f 100644 --- a/docs/docs/tools/describe.md +++ b/docs/docs/tools/describe.md @@ -77,7 +77,7 @@ publish_labels = ... final_update_message - 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. + 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. enable_semantic_files_types diff --git a/pr_agent/settings/configuration.toml b/pr_agent/settings/configuration.toml index 448dfb57..8ecf04ab 100644 --- a/pr_agent/settings/configuration.toml +++ b/pr_agent/settings/configuration.toml @@ -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