mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
Make the message more modest
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user