-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: add override for /app/installations/
response
#388
fix: add override for /app/installations/
response
#388
Conversation
I think the Dry-run is failing due to the build script not handling parsing the version from the filename correctly. I think the regex currently only supports a single digit for the two parts of the version and the download script has downloaded a file for v3.10. Version 3.10 is also not included in the SUPPORTED_GHES_OPERATIONS constant. Should I include fixes to those issue in this PR? |
@Jman420 unfortunately that's affecting all the PRs at the moment. If you do fix that, would you mind using a separate PR? |
… be an allOf list instead of anyOf
4b76972
to
a4ef13a
Compare
/app/installations/
response
🎉 This PR is included in version 12.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Add override for /app/installations/ response for account property to be an allOf list instead of anyOf
Resolves octokit/openapi-types.ts#305
Before the change?
After the change?
Pull request checklist
Does this introduce a breaking change?
Please see our docs on breaking changes to help!