Skip to content

Commit add52fe

Browse files
authored
Merge pull request #9 from neubig/add_github_resolver
Add github resolver
2 parents 350589e + 4702b6f commit add52fe

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)