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({
281281 updated_at : z . string ( ) ,
282282 closed_at : z . string ( ) . nullable ( ) ,
283283 merged_at : z . string ( ) . nullable ( ) ,
284- merge_commit_sha : z . string ( ) ,
284+ merge_commit_sha : z . string ( ) . nullable ( ) ,
285285 assignee : GitHubIssueAssigneeSchema . nullable ( ) ,
286286 assignees : z . array ( GitHubIssueAssigneeSchema ) ,
287287 head : GitHubPullRequestHeadSchema ,
@@ -375,4 +375,4 @@ export type CreateIssueOptions = z.infer<typeof CreateIssueOptionsSchema>;
375375export type CreatePullRequestOptions = z . infer < typeof CreatePullRequestOptionsSchema > ;
376376export type CreateBranchOptions = z . infer < typeof CreateBranchOptionsSchema > ;
377377export 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