Fix URL in backport comment

This commit is contained in:
pufit 2023-05-25 11:51:47 -04:00
parent 243207aa4e
commit 4ce722854b

View File

@ -261,7 +261,7 @@ close it.
)
self.backport_pr = self.repo.create_pull(
title=title,
body=f"Original pull-request {self.pr.url}\n"
body=f"Original pull-request {self.pr.html_url}\n"
f"Cherry-pick pull-request #{self.cherrypick_pr.number}\n\n"
f"{self.BACKPORT_DESCRIPTION}",
base=self.name,