We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5ace36 + f10a89b commit eb7db5bCopy full SHA for eb7db5b
src/github/schemas.ts
@@ -304,7 +304,7 @@ export const GitHubPullRequestSchema = z.object({
304
updated_at: z.string(),
305
closed_at: z.string().nullable(),
306
merged_at: z.string().nullable(),
307
- merge_commit_sha: z.string(),
+ merge_commit_sha: z.string().nullable(),
308
assignee: GitHubIssueAssigneeSchema.nullable(),
309
assignees: z.array(GitHubIssueAssigneeSchema),
310
head: GitHubPullRequestHeadSchema,
0 commit comments