From f17b4fcc9eec44220c26e4fa13aa1c7c57356590 Mon Sep 17 00:00:00 2001 From: zmeir Date: Tue, 22 Aug 2023 21:14:03 +0300 Subject: [PATCH] Made the automatic describe command the least destructive --- pr_agent/settings/configuration.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pr_agent/settings/configuration.toml b/pr_agent/settings/configuration.toml index b763ef2e..c0cadf58 100644 --- a/pr_agent/settings/configuration.toml +++ b/pr_agent/settings/configuration.toml @@ -61,7 +61,10 @@ duplicate_requests_cache = false duplicate_requests_cache_ttl = 60 # in seconds # settings for "pull_request" event handle_pr_actions = ['opened', 'reopened', 'ready_for_review', 'review_requested'] -pr_commands = ["/describe", "/auto_review"] +pr_commands = [ + "/describe --pr_description.add_original_user_description=true --pr_description.keep_original_user_title=true", + "/auto_review", +] [gitlab] # URL to the gitlab service