mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 22:38:05 -05:00
[Resolver]: Removing target branch param from resolve_issue.py in workflow definition (#5217)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user