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 d70232b commit 8aa921cCopy full SHA for 8aa921c
CHANGES.md
@@ -1,3 +1,6 @@
1
+## dev
2
+- Allow to make drafts (@oscar-chevalier #280)
3
+
4
## 4.5.0 (2025-08-23)
5
- Add ping a repository and org webhook. (@tmcgilchrist #263)
6
- Handle "Bot" user type (@zoggy #270)
lib_data/github.atd
@@ -535,6 +535,7 @@ type new_pull = {
535
?body: string option;
536
base: string;
537
head: string;
538
+ draft: bool;
539
} <ocaml field_prefix="new_pull_">
540
541
type new_pull_issue = {
0 commit comments