Renamed keep_user_description --> add_original_user_description

This commit is contained in:
zmeir
2023-08-22 09:55:56 +03:00
parent 81c38f9646
commit 2b22f712fb
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ class PRDescription:
# Load the AI prediction data into a dictionary
data = load_yaml(self.prediction.strip())
if get_settings().pr_description.keep_user_description and self.user_description:
if get_settings().pr_description.add_original_user_description and self.user_description:
data["User Description"] = self.user_description
# Initialization