We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213761f commit a1e52fdCopy full SHA for a1e52fd
src/octokit/models/pulls.cr
@@ -21,7 +21,7 @@ module Octokit
21
mergeable: Bool?,
22
mergeable_state: String?,
23
merged_by: String?,
24
- merge_commit_sha: String,
+ merge_commit_sha: String?,
25
comments: Int32?,
26
commits: Int32?,
27
additions: Int32?,
0 commit comments