All-Hands-AI / openhands-resolver

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

Issue titles with quotes git triple quotes in PR descriptions #262

Open neubig opened 2 hours ago

neubig commented 2 hours ago

When I have an issue title like

Resolver workflow fails on PRs with ERROR:root:<class 'ValueError'>: Issue XXX not found

If the resolver sends a PR it ends up with many quotes '"'"' like

Fix issue #259: 'Resolver workflow fails on PRs with ERROR:root:<class '"'"'ValueError'"'"'>: Issue XXX not found'

It would be good if this did not happen. We can first write a test to reproduce the error, and then fix it.

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 #263 has been created. Please review the changes.