Skip to content

Commit 8aa921c

Browse files
author
Oscar Chevalier
committed
allow drafting
1 parent d70232b commit 8aa921c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## dev
2+
- Allow to make drafts (@oscar-chevalier #280)
3+
14
## 4.5.0 (2025-08-23)
25
- Add ping a repository and org webhook. (@tmcgilchrist #263)
36
- Handle "Bot" user type (@zoggy #270)

lib_data/github.atd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ type new_pull = {
535535
?body: string option;
536536
base: string;
537537
head: string;
538+
draft: bool;
538539
} <ocaml field_prefix="new_pull_">
539540

540541
type new_pull_issue = {

0 commit comments

Comments
 (0)