Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions lib_data/github.atd
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ type new_pull = {
?body: string option;
base: string;
head: string;
draft: bool;
} <ocaml field_prefix="new_pull_">

type new_pull_issue = {
Expand Down