All-Hands-AI / openhands-resolver

A system that tries to resolve all issues on a github repo with OpenHands.
MIT License
6 stars 1 forks source link

Make openhands-solver workflow referencable #133

Closed neubig closed 2 hours ago

neubig commented 2 hours ago

I am attempting to call openhands-resolver.yml from an external repo using the following code:

name: Resolve Issues with OpenHands Resolver

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'
    secrets: inherit

However, when I do this, I get the following error: "workflow_call key is not defined in the referenced workflow"

github-actions[bot] commented 2 hours ago

OpenHands started fixing the issue! You can monitor the progress here.

github-actions[bot] commented 2 hours ago

A potential fix has been generated and a draft PR #134 has been created. Please review the changes.