Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into tr/dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Sep 15, 2024
2 parents 8f943a0 + 2102c51 commit 480a025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_agent/git_providers/azuredevops_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def get_diff_files(self) -> list[FilePatchInfo]:

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,
Expand Down

0 comments on commit 480a025

Please sign in to comment.