Skip to content

Commit

Permalink
Tickle git pane with pr_finish() (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Jul 28, 2024
1 parent 00341c1 commit 5cde0da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/pr.R
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ pr_forget <- function() pr_clean(mode = "forget")
pr_clean <- function(number = NULL,
target = c("source", "primary"),
mode = c("finish", "forget")) {
withr::defer(rstudio_git_tickle())
mode <- match.arg(mode)
repo <- git_repo()
tr <- target_repo(github_get = NA, role = target, ask = FALSE)
Expand Down

0 comments on commit 5cde0da

Please sign in to comment.