You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
repo-search-result-item:
title: Repo Search Result Itemdescription: Repo Search Result Itemtype: objectproperties:
id:
type: integernode_id:
type: string# ...owner:
"$ref": "#/components/schemas/nullable-simple-user"
Expected
See octokit/types.ts#338 (comment). We'd expect that owner cannot be set to null. And if it can, could you describe the use case in the property description?