Skip to content

Change all mentions of OpenDevin to OpenHands #7

Change all mentions of OpenDevin to OpenHands

Change all mentions of OpenDevin to OpenHands #7

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:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
PAT_USERNAME: ${{ secrets.PAT_USERNAME }}
PAT_FORK_OWNER: ${{ secrets.PAT_FORK_OWNER }}
LLM_MODEL: ${{ secrets.LLM_MODEL }}
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
LLM_BASE: ${{ secrets.LLM_BASE }}

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

View workflow run for this annotation

GitHub Actions / Resolve Issues with OpenHands

Invalid workflow file

The workflow is not valid. .github/workflows/openhands-resolver.yml (Line: 19, Col: 17): Invalid secret, LLM_BASE is not defined in the referenced workflow.