mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-06 05:40:38 +08:00
default behavior for bitbucket
This commit is contained in:
@ -74,7 +74,10 @@ class PRCodeSuggestions:
|
|||||||
get_logger().info('Generating code suggestions for PR...')
|
get_logger().info('Generating code suggestions for PR...')
|
||||||
|
|
||||||
if get_settings().config.publish_output:
|
if get_settings().config.publish_output:
|
||||||
|
if self.git_provider.is_supported("gfm_markdown"):
|
||||||
self.progress_response = self.git_provider.publish_comment(self.progress)
|
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...')
|
get_logger().info('Preparing PR code suggestions...')
|
||||||
if not self.is_extended:
|
if not self.is_extended:
|
||||||
|
Reference in New Issue
Block a user