mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
enable_custom_labels
This commit is contained in:
parent
5c568bc0c5
commit
7374243d0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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": "",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue