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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ class PRCodeSuggestions:
code_suggestions = [] code_suggestions = []
if not data['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']: for d in data['Code suggestions']:
try: try: