mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
default behavior for bitbucket
This commit is contained in:
parent
73d2b1565d
commit
6c500413f1
1 changed files with 4 additions and 1 deletions
|
|
@ -74,7 +74,10 @@ class PRCodeSuggestions:
|
|||
get_logger().info('Generating code suggestions for PR...')
|
||||
|
||||
if get_settings().config.publish_output:
|
||||
if self.git_provider.is_supported("gfm_markdown"):
|
||||
self.progress_response = self.git_provider.publish_comment(self.progress)
|
||||
else:
|
||||
self.git_provider.publish_comment("Preparing suggestions...", is_temporary=True)
|
||||
|
||||
get_logger().info('Preparing PR code suggestions...')
|
||||
if not self.is_extended:
|
||||
|
|
|
|||
Loading…
Reference in a new issue