From 4b0faaf79bc1fe90dbcfa6c8c234e6e58c6329c6 Mon Sep 17 00:00:00 2001 From: Rohit Malhotra Date: Fri, 22 Nov 2024 19:01:19 -0500 Subject: [PATCH] [Resolver]: Removing target branch param from resolve_issue.py in workflow definition (#5217) --- .github/workflows/openhands-resolver.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/openhands-resolver.yml b/.github/workflows/openhands-resolver.yml index 4692413d3f..4e9e834048 100644 --- a/.github/workflows/openhands-resolver.yml +++ b/.github/workflows/openhands-resolver.yml @@ -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