File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 if : |
1919 ${{
2020 github.event.label.name == 'fix-me' ||
21- (github.event_name == 'issue_comment' &&
21+ (github.event_name == 'issue_comment' &&
2222 startsWith(github.event.comment.body, vars.OPENHANDS_MACRO || '@openhands-agent') &&
2323 (github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'MEMBER'))
2424 }}
25- uses : All-Hands-AI/openhands-resolver /.github/workflows/openhands-resolver.yml@main
25+ uses : All-Hands-AI/OpenHands /.github/workflows/openhands-resolver.yml@main
2626 with :
2727 macro : ${{ vars.OPENHANDS_MACRO || '@openhands-agent' }}
2828 max_iterations : 50
3131 PAT_USERNAME : ${{ secrets.PAT_USERNAME }}
3232 LLM_MODEL : ${{ secrets.LLM_MODEL }}
3333 LLM_API_KEY : ${{ secrets.LLM_API_KEY }}
34- LLM_BASE_URL : ${{ secrets.LLM_BASE_URL }}
34+ LLM_BASE_URL : ${{ secrets.LLM_BASE_URL }}
You can’t perform that action at this time.
0 commit comments