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