All-Hands-AI / openhands-resolver

A system that tries to resolve all issues on a github repo with OpenHands.
MIT License
66 stars 18 forks source link

Multi-line descriptions in messages on resolved issues are not properly parsed #285

Closed neubig closed 2 hours ago

neubig commented 3 hours ago

It seems that when an issue has been resolved, multi-line descriptions of the work done are not properly parsed.

For example, I saw one like the following:

This pull request fixes https://github.com/All-Hands-AI/openhands-resolver/issues/283.

The PR successfully addressed the issue by:

Automatic fix generated by [OpenHands](https://github.com/All-Hands-AI/OpenHands/) 🙌

presumably, there should be something else after "The PR successfully addressed the issue by:", such as a bullet list.

This probably needs to be fixed when we parse the output of the guess_success() function in resolve_issues.py, specifically for issue resolution (not PR updates).

github-actions[bot] commented 3 hours ago

OpenHands started fixing the issue! You can monitor the progress here.

github-actions[bot] commented 2 hours ago

A potential fix has been generated and a draft PR #286 has been created. Please review the changes.

github-actions[bot] commented 2 hours ago

OpenHands started fixing the issue! You can monitor the progress here.

github-actions[bot] commented 2 hours ago

A potential fix has been generated and a draft PR #289 has been created. Please review the changes.