Note in the README that this was created by Graham Neubig and OpenHands #26
This file contains hidden or 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 Issue with OpenHands | |
| on: | |
| issues: | |
| types: [labeled] | |
| pull_request: | |
| types: [labeled] | |
| issue_comment: | |
| types: [created] | |
| pull_request_review_comment: | |
| types: [created] | |
| pull_request_review: | |
| types: [submitted] | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| issues: write | |
| jobs: | |
| call-openhands-resolver: | |
| uses: All-Hands-AI/OpenHands/.github/workflows/openhands-resolver.yml@openhands-fix-issue-5448 | |
| with: | |
| macro: ${{ vars.OPENHANDS_MACRO || '@openhands-agent' }} | |
| max_iterations: ${{ fromJson(vars.OPENHANDS_MAX_ITER || 50) }} | |
| base_container_image: ${{ vars.OPENHANDS_BASE_CONTAINER_IMAGE || '' }} | |
| secrets: | |
| PAT_TOKEN: ${{ secrets.PAT_TOKEN }} | |
| PAT_USERNAME: ${{ secrets.PAT_USERNAME }} | |
| LLM_MODEL: ${{ secrets.LLM_MODEL }} | |
| LLM_API_KEY: ${{ secrets.LLM_API_KEY }} | |
| LLM_BASE_URL: ${{ secrets.LLM_BASE_URL }} |