Function: forge-topics-filter-pullreqs

forge-topics-filter-pullreqs is an interactive function defined in forge-topics.el.

Signature

(forge-topics-filter-pullreqs &optional REPO)

Documentation

List pull-requests of the current repository.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topics.el
(transient-define-suffix forge-topics-filter-pullreqs ()
  "List pull-requests of the current repository."
  :class 'forge--topics-filter-type-command :type 'pullreq
  :description "pull-requests")