Merge origin/main into es/help_docs

This commit is contained in:
Eyal Sharon
2025-03-23 20:04:58 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -383,7 +383,7 @@ class AzureDevopsProvider(GitProvider):
get_logger().debug(f"Skipping publish_comment for temporary comment: {pr_comment}")
return None
comment = Comment(content=pr_comment)
thread = CommentThread(comments=[comment], thread_context=thread_context, status=5)
thread = CommentThread(comments=[comment], thread_context=thread_context, status=1)
thread_response = self.azure_devops_client.create_thread(
comment_thread=thread,
project=self.workspace_slug,