feat: Refactor auto tool execution order in bitbucket_app.py, add logging in pr_description.py, and update tool configuration instructions in Usage.md

This commit is contained in:
mrT23
2023-12-12 09:59:26 +02:00
parent afb633811f
commit 2f10b4f3c5
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)