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 52b796c commit 0033f86Copy full SHA for 0033f86
.github/workflows/openhands-resolver.yml
@@ -22,7 +22,7 @@ jobs:
22
startsWith(github.event.comment.body, vars.OPENHANDS_MACRO || '@openhands-agent') &&
23
(github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'MEMBER'))
24
}}
25
- uses: All-Hands-AI/OpenHands/.github/workflows/openhands-resolver.yml@main
+ uses: All-Hands-AI/OpenHands/.github/workflows/openhands-resolver.yml@neubig/resolver_package_name
26
with:
27
macro: ${{ vars.OPENHANDS_MACRO || '@openhands-agent' }}
28
max_iterations: 50
0 commit comments