Merge remote-tracking branch 'origin/main' into tr/dynamic

This commit is contained in:
mrT23
2024-09-15 08:08:11 +03:00

View File

@ -380,7 +380,7 @@ class AzureDevopsProvider(GitProvider):
def publish_comment(self, pr_comment: str, is_temporary: bool = False, thread_context=None):
comment = Comment(content=pr_comment)
thread = CommentThread(comments=[comment], thread_context=thread_context, status=1)
thread = CommentThread(comments=[comment], thread_context=thread_context, status=5)
thread_response = self.azure_devops_client.create_thread(
comment_thread=thread,
project=self.workspace_slug,