feat: add cost documentation to pull request description
This commit is contained in:
parent
54476b5584
commit
d898d91bfa
|
@ -227,6 +227,9 @@ def push_changes(
|
||||||
for message in commit_messages:
|
for message in commit_messages:
|
||||||
description += f'- {message}\n'
|
description += f'- {message}\n'
|
||||||
|
|
||||||
|
# Add trailing line documenting costs
|
||||||
|
description += '\n## Costs\nThis task was solved using AI assistance.'
|
||||||
|
|
||||||
# First push the branch without creating a PR
|
# First push the branch without creating a PR
|
||||||
cmd = ['git', 'push', 'origin', branch_name, '--force']
|
cmd = ['git', 'push', 'origin', branch_name, '--force']
|
||||||
run_cmd(cmd, cwd)
|
run_cmd(cmd, cwd)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user