mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
refactor: remove branch dropdown, update title, fix pr_number issue (microagent management) (#10691)
This commit is contained in:
@@ -206,7 +206,7 @@ async def create_mr(
|
||||
labels=labels,
|
||||
)
|
||||
|
||||
if conversation_id and user_id:
|
||||
if conversation_id:
|
||||
await save_pr_metadata(user_id, conversation_id, response)
|
||||
|
||||
except Exception as e:
|
||||
@@ -272,7 +272,7 @@ async def create_bitbucket_pr(
|
||||
body=description,
|
||||
)
|
||||
|
||||
if conversation_id and user_id:
|
||||
if conversation_id:
|
||||
await save_pr_metadata(user_id, conversation_id, response)
|
||||
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user