mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 11:25:18 +00:00
Make the message more modest
This commit is contained in:
parent
3f60d12a9a
commit
70286e9574
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue