mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
enable_custom_labels
This commit is contained in:
@ -43,7 +43,7 @@ class PRDescription:
|
|||||||
"use_bullet_points": get_settings().pr_description.use_bullet_points,
|
"use_bullet_points": get_settings().pr_description.use_bullet_points,
|
||||||
"extra_instructions": get_settings().pr_description.extra_instructions,
|
"extra_instructions": get_settings().pr_description.extra_instructions,
|
||||||
"commit_messages_str": self.git_provider.get_commit_messages(),
|
"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": "",
|
||||||
"custom_labels_examples": "",
|
"custom_labels_examples": "",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user