Function: forge-list-pullreqs
forge-list-pullreqs is an autoloaded, interactive and byte-compiled
function defined in forge-topics.el.
Signature
(forge-list-pullreqs &optional ARG1)
Documentation
List pull-requests of the current repository.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topics.el
;;;###autoload(autoload 'forge-list-pullreqs "forge-topics" nil t)
(transient-define-suffix forge-list-pullreqs (&optional repo)
"List pull-requests of the current repository."
:description "pull-requests"
(declare (interactive-only nil))
(interactive)
(forge-topics-setup-buffer repo nil :type 'pullreq)
(transient-setup 'forge-topics-menu))