All-Hands-AI / openhands-resolver

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

allow the github-resolver github action to be triggered by comments on issues or PRs #232

Open rbren opened 3 hours ago

rbren commented 3 hours ago

The workflow we provide here can be trigger with a github action like the one in examples/openhands-resolver.yml, where it responds to issues that have been tagged

Please modify our workflow so that it can also be triggered by comments on issues or PRs, but only if the comment contains @openhands-agent (the name must be configurable by the user of the Action)

This should pull in the original issue/PR text, as well as the new comment, as the text that's passed to the agent as a prompt. If the comment is on a PR, and the PR mentions an issue in the description, it should also pull in the text of the linked issue

github-actions[bot] commented 3 hours ago

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

github-actions[bot] commented 3 hours ago

An attempt was made to automatically fix this issue, but it was unsuccessful. A branch named 'openhands-fix-issue-232' has been created with the attempted changes. You can view the branch here. Manual intervention may be required.