Skip to content

Commit a1e52fd

Browse files
committed
merge_commit_sha can be null if the PR is closed and not merged
1 parent 213761f commit a1e52fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/octokit/models/pulls.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Octokit
2121
mergeable: Bool?,
2222
mergeable_state: String?,
2323
merged_by: String?,
24-
merge_commit_sha: String,
24+
merge_commit_sha: String?,
2525
comments: Int32?,
2626
commits: Int32?,
2727
additions: Int32?,

0 commit comments

Comments
 (0)