Skip to content

Commit

Permalink
forge--post-submit-callback: Remove kludge for old Github bug
Browse files Browse the repository at this point in the history
The kludge was added in [1: 58841cf] and isn't necessary anymore.

1: 2018-09-24 58841cf
   Add kludge for Github API bug
  • Loading branch information
tarsius committed Apr 7, 2024
1 parent a051e53 commit 323a6f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lisp/forge-post.el
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,7 @@ an error."
(if (buffer-live-p prevbuf) prevbuf (current-buffer))
(if (and topic
(forge--childp repo 'forge-github-repository)
(or (and (fboundp 'forge-pullreq-p)
(forge-pullreq-p topic))
(oref repo selective-p)))
(oref repo selective-p))
(forge--pull-topic repo topic)
(forge-pull))))))

Expand Down

0 comments on commit 323a6f2

Please sign in to comment.