Skip to content

Commit 713bc40

Browse files
committed
pulls: "merged" is optionally set when listing pull-requests
1 parent 4f992af commit 713bc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pulls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ pub struct Pull {
250250
pub assignee: Option<User>,
251251
pub assignees: Vec<User>,
252252
pub merge_commit_sha: Option<String>,
253-
pub merged: bool,
253+
pub merged: Option<bool>,
254254
pub mergeable: Option<bool>,
255255
pub merged_by: Option<User>,
256256
pub comments: Option<u64>,

0 commit comments

Comments
 (0)