Skip to content

Commit

Permalink
author
Browse files Browse the repository at this point in the history
  • Loading branch information
kbr-scylla committed Dec 9, 2024
1 parent 23fff0f commit c037d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git_push_new_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def main() -> None:

run_git_command(["push", "-u", remote, new_branch])

new_pr = create_pr(repo, base_branch, new_branch, new_title, new_description, token)
new_pr = create_pr(repo, base_branch, f"{author}:{new_branch}", new_title, new_description, token)
logging.info(f"New PR created: {new_pr['html_url']}. Closing old PR...")

close_pr(repo, old_pr_number, token)
Expand Down

0 comments on commit c037d75

Please sign in to comment.