Function: forge-topics-filter-milestone

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

Signature

(forge-topics-filter-milestone)

Documentation

Read a milestone and limit topic list to topics with that milestone.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topics.el
(transient-define-suffix forge-topics-filter-milestone ()
  "Read a milestone and limit topic list to topics with that milestone."
  :class 'forge--topics-filter-command
  :slot 'milestone
  :formatter (##propertize % 'face 'forge-topic-label))