File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ export const GitHubPullRequestSchema = z.object({
281
281
updated_at : z . string ( ) ,
282
282
closed_at : z . string ( ) . nullable ( ) ,
283
283
merged_at : z . string ( ) . nullable ( ) ,
284
- merge_commit_sha : z . string ( ) ,
284
+ merge_commit_sha : z . string ( ) . nullable ( ) ,
285
285
assignee : GitHubIssueAssigneeSchema . nullable ( ) ,
286
286
assignees : z . array ( GitHubIssueAssigneeSchema ) ,
287
287
head : GitHubPullRequestHeadSchema ,
@@ -375,4 +375,4 @@ export type CreateIssueOptions = z.infer<typeof CreateIssueOptionsSchema>;
375
375
export type CreatePullRequestOptions = z . infer < typeof CreatePullRequestOptionsSchema > ;
376
376
export type CreateBranchOptions = z . infer < typeof CreateBranchOptionsSchema > ;
377
377
export type GitHubCreateUpdateFileResponse = z . infer < typeof GitHubCreateUpdateFileResponseSchema > ;
378
- export type GitHubSearchResponse = z . infer < typeof GitHubSearchResponseSchema > ;
378
+ export type GitHubSearchResponse = z . infer < typeof GitHubSearchResponseSchema > ;
You can’t perform that action at this time.
0 commit comments