Function: forge-topic-set-assignees
forge-topic-set-assignees is an interactive function defined in
forge-topic.el.
Signature
(forge-topic-set-assignees VALUE)
Documentation
Edit the ASSIGNEES of the current topic.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topic.el
(transient-define-suffix forge-topic-set-assignees (assignees)
"Edit the ASSIGNEES of the current topic."
:class 'forge--topic-set-slot-command :slot 'assignees
:inapt-if-not (##or (forge-current-issue) (forge-current-pullreq)))