mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
fix: update comment thread status to active when publishing comments
Signed-off-by: abishlal <abishlalns03@gmail.com>
This commit is contained in:
parent
ea63c8e63a
commit
fbce8cd2f5
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,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="closed")
|
||||
thread = CommentThread(comments=[comment], thread_context=thread_context, status="active")
|
||||
thread_response = self.azure_devops_client.create_thread(
|
||||
comment_thread=thread,
|
||||
project=self.workspace_slug,
|
||||
|
|
|
|||
Loading…
Reference in a new issue