Merge pull request #485 from Codium-ai/tr/bitbucket

Enhancement of Inline Comment Publishing in Bitbucket Provider and Logging Addition
This commit is contained in:
mrT23
2023-11-28 08:35:40 -08:00
committed by GitHub
2 changed files with 10 additions and 1 deletions

View File

@ -119,6 +119,7 @@ class PRCodeSuggestions:
code_suggestions = []
if not data['Code suggestions']:
get_logger().info('No suggestions found to improve this PR.')
return self.git_provider.publish_comment('No suggestions found to improve this PR.')
for d in data['Code suggestions']: