Function: forge--set-topic-category
forge--set-topic-category is a byte-compiled function defined in
forge-github.el.
Signature
(forge--set-topic-category ARG0 ARG &rest ARGS)
Implementations
(forge--set-topic-category (REPO forge-github-repository) (TOPIC forge-discussion) CATEGORY) in `forge-github.el'.
Undocumented
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-github.el
(cl-defmethod forge--set-topic-category
((repo forge-github-repository)
(topic forge-discussion)
category)
(forge--mutate-field topic updateDiscussion
((discussionId (oref topic their-id))
(categoryId (forge--their-id category 'category repo)))))