mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-13 01:00:39 +08:00
clean
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user