Skip to content

Commit

Permalink
Update github_resolver/send_pull_request.py
Browse files Browse the repository at this point in the history
  • Loading branch information
neubig authored Aug 29, 2024
1 parent 04581c3 commit 96719ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github_resolver/send_pull_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96719ad

Please sign in to comment.