Skip to content

Commit

Permalink
Set azure devops default status to ByDesign
Browse files Browse the repository at this point in the history
  • Loading branch information
eddielu authored Sep 14, 2024
1 parent 95d1b0d commit 29028d4
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 29028d4

Please sign in to comment.