Skip to content
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

Switch to using OpenAPI spec for webhooks #38

Open
wolfy1339 opened this issue Apr 22, 2024 · 1 comment
Open

Switch to using OpenAPI spec for webhooks #38

wolfy1339 opened this issue Apr 22, 2024 · 1 comment
Assignees

Comments

@wolfy1339
Copy link

Hello,

This repository was linked over in octokit/webhooks#911, and I noticed you are still using the community generated schemas.

The @octokit/webhooks-schemas package will be deprecated in the near future and will no longer receive updates, see octokit/webhooks#901

I recommend you switch over to https://github.com/octokit/openapi-webhooks

https://unpkg.com/@octokit/openapi-webhooks/generated/api.github.com.json

Unfortunately, this means that you will need to refactor your code, and is probably best bundled in a breaking change.

@Miaxos
Copy link
Owner

Miaxos commented Apr 24, 2024

Thank you for your input! I'll update it accordingly soon so :-)

@Miaxos Miaxos self-assigned this Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants