-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Check
missing required properties in scripts/generated/endpoints.json
#441
Create Check
missing required properties in scripts/generated/endpoints.json
#441
Comments
I tried to reproduce the problems with However when using the REST API endpoint method The problem seems indeed to be with I guess you got that far yourself :) I'll have a look why that is and if it's related to the problem you reported at gr2m/github-openapi-graphql-query#11 |
It looks like a problem with Any idea what it could be? I have to move on for today but will try to look more into it on Wednesday |
Buf, no idea. I guess we are doing something crazy with this chain of types and an |
Is there any update to this issue, or is it no longer a problem? |
As for the parameters missing from the For the types issue that should be resolved by #694 |
🎉 This issue has been resolved in version 10.1.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What happened?
Expected required properties in documentation for
create check run
are missing:name
head_sha
Instead a strange
*
property appears (scripts/update-endpoints/generated/endpoints.json
Line 9888):Click to expand!
What did you expect to happen?
To get missing
name
andhead_sha
required properties when runningnpm run update-endpoints:fetch-json
What the problem might be
github-openapi-graphql-query
lib is returning wrong info probably. Opened issue in that project: gr2m/github-openapi-graphql-query#11The text was updated successfully, but these errors were encountered: