Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## dev
- Allow to make drafts (@oscar-chevalier #280)

## 4.5.0 (2025-08-23)
- Add ping a repository and org webhook. (@tmcgilchrist #263)
- Handle "Bot" user type (@zoggy #270)
Expand Down
3 changes: 3 additions & 0 deletions lib_data/github.atd
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,9 @@ type new_pull = {
?body: string option;
base: string;
head: string;
?head_repo: string option;
~draft: bool;
~maintainer_can_modify <ocaml default="true">: bool;
} <ocaml field_prefix="new_pull_">

type new_pull_issue = {
Expand Down