mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-15 01:38:12 -05:00
16 lines
331 B
YAML
16 lines
331 B
YAML
name: Resolve Issues with OpenHands
|
|
|
|
on:
|
|
issues:
|
|
types: [labeled]
|
|
pull_request:
|
|
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:
|
|
max_iterations: 50
|
|
secrets: inherit
|