diff --git a/pr_agent/tools/pr_code_suggestions.py b/pr_agent/tools/pr_code_suggestions.py index 320b7dfb..e759d61d 100644 --- a/pr_agent/tools/pr_code_suggestions.py +++ b/pr_agent/tools/pr_code_suggestions.py @@ -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: