We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350589e commit 4702b6fCopy full SHA for 4702b6f
.github/workflows/openhands-resolver.yml
@@ -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