Skip to content

[Bug]: UI gets stuck after one step of browsing #312

[Bug]: UI gets stuck after one step of browsing

[Bug]: UI gets stuck after one step of browsing #312

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:
issue_number: ${{ github.event.issue.number || github.event.pull_request.number }}
secrets: inherit