Skip to content

Commit 5cde0da

Browse files
authored
Tickle git pane with pr_finish() (#2010)
1 parent 00341c1 commit 5cde0da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/pr.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ pr_forget <- function() pr_clean(mode = "forget")
532532
pr_clean <- function(number = NULL,
533533
target = c("source", "primary"),
534534
mode = c("finish", "forget")) {
535+
withr::defer(rstudio_git_tickle())
535536
mode <- match.arg(mode)
536537
repo <- git_repo()
537538
tr <- target_repo(github_get = NA, role = target, ask = FALSE)

0 commit comments

Comments
 (0)