Add SANBOX_USER_ID to how to run quickstart #226
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] | |
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 |