o
This commit is contained in:
parent
07176f9b79
commit
b1e54229e7
1 changed files with 1 additions and 1 deletions
|
|
@ -710,7 +710,7 @@ This PR contains changes for task {task.id} completed by AI Agent.
|
|||
print(f"❌ Failed to create PR: {e}")
|
||||
return False
|
||||
|
||||
def _create_branch_and_pr(self, task: Task) -> bool:
|
||||
git def _create_branch_and_pr(self, task: Task) -> bool:
|
||||
"""Create a feature branch and PR for the task."""
|
||||
# Get current task if not provided
|
||||
if not task:
|
||||
|
|
|
|||
Loading…
Reference in a new issue