mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
14 lines
322 B
YAML
14 lines
322 B
YAML
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: inherit
|