Skip to content

build(deps-dev): bump commitizen from 3.31.0 to 4.10.0 #136

build(deps-dev): bump commitizen from 3.31.0 to 4.10.0

build(deps-dev): bump commitizen from 3.31.0 to 4.10.0 #136

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@main

Check failure on line 22 in .github/workflows/openhands-resolver.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/openhands-resolver.yml

Invalid workflow file

error parsing called workflow ".github/workflows/openhands-resolver.yml" -> "All-Hands-AI/OpenHands/.github/workflows/openhands-resolver.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
macro: ${{ vars.OPENHANDS_MACRO || '@openhands-agent' }}
max_iterations: ${{ fromJson(vars.OPENHANDS_MAX_ITER || 50) }}
base_container_image: ${{ vars.OPENHANDS_BASE_CONTAINER_IMAGE || '' }}
LLM_MODEL: ${{ vars.LLM_MODEL || 'openai/gpt-4o' }}
target_branch: ${{ vars.TARGET_BRANCH || 'main' }}
secrets:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
PAT_USERNAME: ${{ secrets.PAT_USERNAME }}
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
LLM_BASE_URL: ${{ secrets.LLM_BASE_URL }}