From 6df2a6769e069929bfdc70fce6ebbe5fc4a8269b Mon Sep 17 00:00:00 2001 From: Tal Date: Thu, 22 Feb 2024 22:03:39 +0200 Subject: [PATCH] Update DESCRIBE.md --- docs/DESCRIBE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DESCRIBE.md b/docs/DESCRIBE.md index a17d371b..2490180e 100644 --- a/docs/DESCRIBE.md +++ b/docs/DESCRIBE.md @@ -34,9 +34,9 @@ To edit [configurations](./../pr_agent/settings/configuration.toml#L46) related - `publish_description_as_comment`: if set to true, the tool will publish the description as a comment to the PR. If false, it will overwrite the origianl description. Default is false. -- `add_original_user_description`: if set to true, the tool will add the original user description to the generated description. Default is false. +- `add_original_user_description`: if set to true, the tool will add the original user description to the generated description. Default is true. -- `keep_original_user_title`: if set to true, the tool will keep the original PR title, and won't change it. Default is false. +- `keep_original_user_title`: if set to true, the tool will keep the original PR title, and won't change it. Default is true. - `extra_instructions`: Optional extra instructions to the tool. For example: "focus on the changes in the file X. Ignore change in ...".