Skip to content

Commit 4702b6f

Browse files
committed
Add github resolver
1 parent 350589e commit 4702b6f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Resolve Issues with OpenHands
2+
3+
on:
4+
issues:
5+
types: [labeled]
6+
7+
jobs:
8+
call-openhands-resolver:
9+
uses: All-Hands-AI/openhands-resolver/.github/workflows/openhands-resolver.yml@main
10+
if: github.event.label.name == 'fix-me'
11+
with:
12+
issue_number: ${{ github.event.issue.number }}
13+
secrets: inherit

0 commit comments

Comments
 (0)