mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
[Resolver]: Removing target branch param from resolve_issue.py in workflow definition (#5217)
This commit is contained in:
parent
7db0a35305
commit
4b0faaf79b
3
.github/workflows/openhands-resolver.yml
vendored
3
.github/workflows/openhands-resolver.yml
vendored
@ -15,7 +15,7 @@ on:
|
||||
required: false
|
||||
type: string
|
||||
default: "main"
|
||||
description: 'Target branch to pull and create PR against'
|
||||
description: "Target branch to pull and create PR against"
|
||||
secrets:
|
||||
LLM_MODEL:
|
||||
required: true
|
||||
@ -184,7 +184,6 @@ jobs:
|
||||
--issue-type ${{ env.ISSUE_TYPE }} \
|
||||
--max-iterations ${{ env.MAX_ITERATIONS }} \
|
||||
--comment-id ${{ env.COMMENT_ID }} \
|
||||
--target-branch ${{ env.TARGET_BRANCH }}
|
||||
|
||||
- name: Check resolution result
|
||||
id: check_result
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user