All-Hands-AI / openhands-resolver

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

Switch the github resolver workflow to pull from pypi #103

Open neubig opened 2 hours ago

neubig commented 2 hours ago

Currently, the github resolver workflow in .github/workflows/openhands-resolver.yml pulls openhands-resolver from the main branch of the repo. However, we have recently created a pypi package, so this resolver should transition to pulling from the most recent pypi package. We should:

  1. Make a copy of .github/workflows/openhands-resolver.yml to .github/workflows/openhands-resolver-experimental.yml
  2. Modify .github/workflows/openhands-resolver.yml to make it pip install from pypi openhands-resolver, not the main branch.
  3. Modify .github/workflows/openhands-resolver-experimental.yml so it is triggered on the tag fix-me-experimental instead of fix-me.
github-actions[bot] commented 2 hours ago

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

github-actions[bot] commented 1 hour ago

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