Function: forge-pullreq-state-set-rejected

forge-pullreq-state-set-rejected is an interactive function defined in forge-topic.el.

Signature

(forge-pullreq-state-set-rejected)

Documentation

Set the state of the current pull-request to rejected.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topic.el
(transient-define-suffix forge-pullreq-state-set-rejected ()
  "Set the state of the current pull-request to `rejected'."
  :class 'forge--topic-set-state-command
  :state 'rejected
  :getter #'forge-current-pullreq
  :if #'forge-current-pullreq)