Merge pull request #520 from Codium-ai/tr/bitbucket_app

Refactor auto tool execution order and enhance logging and documentation
This commit is contained in:
mrT23
2023-12-12 00:02:02 -08:00
committed by GitHub
3 changed files with 7 additions and 6 deletions

View File

@ -102,6 +102,7 @@ class PRDescription:
if get_settings().config.publish_output:
get_logger().info(f"Pushing answer {self.pr_id}")
if get_settings().pr_description.publish_description_as_comment:
get_logger().info(f"Publishing answer as comment")
self.git_provider.publish_comment(full_markdown_description)
else:
self.git_provider.publish_description(pr_title, pr_body)