Skip to content

Commit 6fcb360

Browse files
committed
forge--submit-create-pullreq: Remove legacy feature flag
1 parent bd0c5eb commit 6fcb360

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lisp/forge-github.el

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -602,10 +602,7 @@
602602
(magit-split-branch-name forge--buffer-base-branch))
603603
(`(,head-remote . ,head-branch)
604604
(magit-split-branch-name forge--buffer-head-branch))
605-
(head-repo (forge-get-repository :stub head-remote))
606-
(url-mime-accept-string
607-
;; Support draft pull-requests.
608-
"application/vnd.github.shadow-cat-preview+json"))
605+
(head-repo (forge-get-repository :stub head-remote)))
609606
(forge--ghub-post repo "/repos/:owner/:repo/pulls"
610607
`((title . , .title)
611608
(body . , .body)

0 commit comments

Comments
 (0)