End-user friendly description of the problem this fixes or functionality that this introduces
[ ] Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below
Give a summary of what the PR does, explaining any non-trivial design decisions
In #5075 a new parameter target_branch was introduced to .github/workflows/openhands-resolver.yml. This parameter is passed into the resolver.
This parameter, as of right now, works with the latest version of resolver on main which hasn't been released yet. This PR reverts the parameter in the workflow definition.
End-user friendly description of the problem this fixes or functionality that this introduces
Give a summary of what the PR does, explaining any non-trivial design decisions In #5075 a new parameter
target_branch
was introduced to.github/workflows/openhands-resolver.yml
. This parameter is passed into the resolver.This parameter, as of right now, works with the latest version of resolver on
main
which hasn't been released yet. This PR reverts the parameter in the workflow definition.Link of any specific issues this addresses
5216