mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-22 15:35:17 +00:00
clean
This commit is contained in:
parent
24240b168b
commit
f123a6e069
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class PRDescription:
|
|||
|
||||
if get_settings().config.publish_output:
|
||||
# publish labels
|
||||
if (not get_settings().pr_description.disable_publish_labels) and self.git_provider.is_supported("get_labels"):
|
||||
if not get_settings().pr_description.disable_publish_labels and self.git_provider.is_supported("get_labels"):
|
||||
original_labels = self.git_provider.get_pr_labels(update=True)
|
||||
get_logger().debug(f"original labels", artifact=original_labels)
|
||||
user_labels = get_user_labels(original_labels)
|
||||
|
|
|
|||
Loading…
Reference in a new issue