diff --git a/github_resolver/send_pull_request.py b/github_resolver/send_pull_request.py index 8d5a6bb..9749512 100644 --- a/github_resolver/send_pull_request.py +++ b/github_resolver/send_pull_request.py @@ -157,8 +157,8 @@ def send_pull_request( pr_title = f"Fix issue #{github_issue.number}: {github_issue.title}" pr_body = ( -f"This pull request fixes #{github_issue.number}. Generated by [OpenHands](https://github.com/All-Hands-AI/OpenHands/)." - "\n\nAutomatic fix generated by OpenHands." + f"This pull request fixes #{github_issue.number}." + "Generated by [OpenHands](https://github.com/All-Hands-AI/OpenHands/)." ) # If we are not sending a PR, we can finish early and return the