Skip to content

[Bug]: The service get stuck if I tap 'confirmed' twice(or more) consecutively #49

[Bug]: The service get stuck if I tap 'confirmed' twice(or more) consecutively

[Bug]: The service get stuck if I tap 'confirmed' twice(or more) consecutively #49

name: Resolve Issues with OpenHands
on:
issues:
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 }}
secrets: inherit