enable_custom_labels

This commit is contained in:
mrT23
2023-10-29 11:40:36 +02:00
parent 5c568bc0c5
commit 7374243d0b

View File

@ -43,7 +43,7 @@ class PRDescription:
"use_bullet_points": get_settings().pr_description.use_bullet_points,
"extra_instructions": get_settings().pr_description.extra_instructions,
"commit_messages_str": self.git_provider.get_commit_messages(),
"enable_custom_labels": get_settings().enable_custom_labels,
"enable_custom_labels": get_settings().config.enable_custom_labels,
"custom_labels": "",
"custom_labels_examples": "",
}