From 5831f681afcddbc6fdffb8f5bfde8fbdb77ceddf Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:55:41 -0400 Subject: [PATCH] docs(README): update to point to openapi webhooks (#1003) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 779c6f15..9f14d736 100644 --- a/README.md +++ b/README.md @@ -665,7 +665,7 @@ emitterEventNames; // ["check_run", "check_run.completed", ...] ## TypeScript -The types for the webhook payloads are sourced from [`@octokit/webhooks-types`](https://github.com/octokit/webhooks/tree/main/payload-types), +The types for the webhook payloads are sourced from [`@octokit/openapi-webhooks-types`](https://github.com/octokit/openapi-webhooks/tree/main/packages/openapi-webhooks-types), which can be used by themselves. In addition to these types, `@octokit/webhooks` exports 2 types specific to itself: