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 bd0c5eb commit 6fcb360Copy full SHA for 6fcb360
lisp/forge-github.el
@@ -602,10 +602,7 @@
602
(magit-split-branch-name forge--buffer-base-branch))
603
(`(,head-remote . ,head-branch)
604
(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"))
+ (head-repo (forge-get-repository :stub head-remote)))
609
(forge--ghub-post repo "/repos/:owner/:repo/pulls"
610
`((title . , .title)
611
(body . , .body)
0 commit comments