Make the message more modest

This commit is contained in:
Tim Perkins
2023-08-15 08:35:57 -04:00
committed by GitHub
parent 3f60d12a9a
commit 70286e9574

View File

@ -95,7 +95,7 @@ class PRCodeSuggestions:
code_suggestions = []
if not data['Code suggestions']:
return self.git_provider.publish_comment('🎉 The PR looks good and there is nothing to suggest!')
return self.git_provider.publish_comment('No suggestions found to improve this PR.')
for d in data['Code suggestions']:
try: