Skip to content

Commit 0490724

Browse files
committed
Reveal the PR number + hyperlink
1 parent f7854a8 commit 0490724

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R/pr.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,9 @@ pr_clean <- function(
574574
} else {
575575
pr <- pr_get(number = number, tr = tr)
576576
}
577+
ui_bullets(c(
578+
"i" = "Finishing PR {.href [{pr$pr_string}]({pr$pr_html_url})}"
579+
))
577580

578581
pr_local_branch <- if (is.null(pr)) git_branch() else pr$pr_local_branch
579582

0 commit comments

Comments
 (0)