This commit is contained in:
Dmitry 2025-11-21 14:20:14 +03:00
parent 07176f9b79
commit b1e54229e7

View file

@ -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: