Compare commits
No commits in common. "5f6ee7f3ad6f3c876613a8807dba0822b042c369" and "6585a6ed30d4c6869134ec72f5417541ba69736c" have entirely different histories.
5f6ee7f3ad
...
6585a6ed30
|
@ -161,7 +161,7 @@ def create_aider_command(issue: str) -> list[str]:
|
||||||
'--yes-always',
|
'--yes-always',
|
||||||
]
|
]
|
||||||
|
|
||||||
if True:
|
if False:
|
||||||
l.append('--cache-prompts')
|
l.append('--cache-prompts')
|
||||||
|
|
||||||
if False:
|
if False:
|
||||||
|
@ -220,8 +220,6 @@ def push_changes(
|
||||||
for message in commit_messages.split('\n'):
|
for message in commit_messages.split('\n'):
|
||||||
description += f'- {message}\n'
|
description += f'- {message}\n'
|
||||||
|
|
||||||
description = description.replace('\n', '<br>')
|
|
||||||
|
|
||||||
cmd = [
|
cmd = [
|
||||||
'git',
|
'git',
|
||||||
'push',
|
'push',
|
||||||
|
@ -232,7 +230,7 @@ def push_changes(
|
||||||
'-o',
|
'-o',
|
||||||
f'title={issue_title}',
|
f'title={issue_title}',
|
||||||
'-o',
|
'-o',
|
||||||
f'description="{description}"',
|
f'description={description}',
|
||||||
]
|
]
|
||||||
run_cmd(cmd, cwd)
|
run_cmd(cmd, cwd)
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in New Issue
Block a user