feat(magit): replace github-review for code-review
This commit is contained in:
parent
23f6f90515
commit
2d3a68df49
3 changed files with 17 additions and 7 deletions
|
@ -153,9 +153,9 @@ kill all magit buffers for this repo."
|
|||
(kill-buffer buf)))))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +magit/start-github-review (arg)
|
||||
(defun +magit/start-code-review (arg)
|
||||
(interactive "P")
|
||||
(call-interactively
|
||||
(if (or arg (not (featurep 'forge)))
|
||||
#'github-review-start
|
||||
#'github-review-forge-pr-at-point)))
|
||||
#'code-review-start
|
||||
#'code-review-forge-pr-at-point)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue