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