diff --git a/scripts/issues.py b/scripts/issues.py index e1eaf784e..1b98035a1 100755 --- a/scripts/issues.py +++ b/scripts/issues.py @@ -47,9 +47,10 @@ CLOSE_STALE_COMMENT = ( ) CLOSE_FIXED_ENHANCEMENT_COMMENT = ( - """I'm closing this enhancement request since it has been marked as 'fixed' for over 3 weeks. The requested feature should now be available in recent versions of aider. - -If you find that this enhancement is still needed, please feel free to reopen this issue or create a new one.""" + """I'm closing this enhancement request since it has been marked as 'fixed' for over """ + """3 weeks. The requested feature should now be available in recent versions of aider.\n\n""" + """If you find that this enhancement is still needed, please feel free to reopen this """ + """issue or create a new one.""" + BOT_SUFFIX )