We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pr_finish()
1 parent 00341c1 commit 5cde0daCopy full SHA for 5cde0da
R/pr.R
@@ -532,6 +532,7 @@ pr_forget <- function() pr_clean(mode = "forget")
532
pr_clean <- function(number = NULL,
533
target = c("source", "primary"),
534
mode = c("finish", "forget")) {
535
+ withr::defer(rstudio_git_tickle())
536
mode <- match.arg(mode)
537
repo <- git_repo()
538
tr <- target_repo(github_get = NA, role = target, ask = FALSE)
0 commit comments