All-Hands-AI / OpenHands

🙌 OpenHands: Code Less, Make More
https://all-hands.dev
MIT License
37.36k stars 4.23k forks source link

Clean up unused workflows #5235

Closed enyst closed 1 day ago

enyst commented 1 day ago

End-user friendly description of the problem this fixes or functionality that this introduces


Give a summary of what the PR does, explaining any non-trivial design decisions

This PR proposes to:

I'm not sure about the removal of the PR review workflow... I think that since it isn't working right now, it needs a bit of looking into, but it seems like it would be better to fix it based on the resolver rather than a custom main.py run, as it used to be implemented. That probably means this won't be reused and we can look at building it on the resolver. If you feel like it's still useful, let's keep it for now though...


Link of any specific issues this addresses Related to https://github.com/All-Hands-AI/OpenHands/issues/5106


To run this PR locally, use the following command:

docker run -it --rm   -p 3000:3000   -v /var/run/docker.sock:/var/run/docker.sock   --add-host host.docker.internal:host-gateway   -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:d7ee8d3-nikolaik   --name openhands-app-d7ee8d3   docker.all-hands.dev/all-hands-ai/openhands:d7ee8d3