We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cde5fc commit c864136Copy full SHA for c864136
1 file changed
lisp/forge-post.el
@@ -285,7 +285,7 @@ Insert the value of `branch.BRANCH.description' of the source BRANCH."
285
(if (buffer-live-p prevbuf) prevbuf (current-buffer))
286
(if (or (not full-pull)
287
(oref repo selective-p))
288
- (forge--pull-topic repo topic)
+ (forge--pull-topic repo (or topic (alist-get 'number value)))
289
(forge--pull repo))))))
290
291
(defun forge--post-submit-errorback ()
0 commit comments