这是indexloc提供的服务,不要输入任何密码
Skip to content

chore(deps): update dependency protobuf to v5.29.5 [security] #383

chore(deps): update dependency protobuf to v5.29.5 [security]

chore(deps): update dependency protobuf to v5.29.5 [security] #383

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 || 'anthropic/claude-3-5-sonnet-20241022' }}
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 }}