pr_url=self.forge.make_pr_between_branches(new_branch_name,"main","Add submission from Lemmy post https://toast.ooo/post/"+str(post_id),"An automated PR for submission "+str(post_id))
pr_url=self.forge.make_pr_between_branches(new_branch_name,"main","Add submission: "+post_body["name"],"An automated PR for submission https://toast.ooo/post/"+str(post_id))
else:
print("branch pushed, PR already exists")
self.send_comment(post_id,"Thanks for your submission! The automatic PR has been opened at: "+pr_url)