[Bug]: UI gets stuck on "failed to retrieve files" even after recovering #482
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Resolve Issues with OpenHands | |
on: | |
issues: | |
types: [labeled] | |
pull_request: | |
types: [labeled] | |
jobs: | |
call-openhands-resolver: | |
uses: All-Hands-AI/openhands-resolver/.github/workflows/openhands-resolver.yml@main | |
if: github.event.label.name == 'fix-me' | |
with: | |
max_iterations: 50 | |
secrets: inherit |