actions / toolkit

The GitHub ToolKit for developing GitHub Actions.
https://github.com/features/actions
MIT License
5.02k stars 1.45k forks source link

docs: Deprecate references to `@octokit/webhooks-definitions` #1662

Open rapsealk opened 9 months ago

rapsealk commented 9 months ago

Hello actions/toolkit!

I've noticed that the document still references @octokit/webhooks-definitions, which has been deprecated by https://github.com/octokit/webhooks/issues/447.

This PR updates the reference from @octokit/webhooks-definitions to @octokit/webhooks-types to avoid confusion.

rapsealk commented 8 months ago

@bdehamer Hi! May I kindly request your review for these changes? Thank you!

jmendiara commented 7 months ago

Up! Having this PR merged would saved me some time researching why some events are not defined in the recommended @octokit/webhooks-definitions

wolfy1339 commented 5 months ago

The @octokit/webhooks-types package will be deprecated in the near future. It's best to upgrade your @octokit/webhooks version and use @octokit/openapi-webhooks-types instead.

Instead of community definitions, we switched to GitHub's official OpenAPI definitions