webhooks.js
webhooks.js copied to clipboard
GitHub webhook events toolset for Node.js
A new release of [@octokit/webhooks-definitions](https://github.com/octokit/webhooks) was just released ππ€ This pull request updates the TypeScript definitions derived from `@octokit/webhooks-definitions`. I can't tell if the changes are fixes, features or breaking,...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [node-fetch](https://togithub.com/node-fetch/node-fetch) | [`^2.6.7` -> `^3.0.0`](https://renovatebot.com/diffs/npm/node-fetch/2.6.7/3.2.10) | [](https://docs.renovatebot.com/merge-confidence/)...
fixes #682 There are three changes in this commit. - I added an option to match paths with regex - I pass down the original request to the handlers -...
**Whatβs missing?** The lib should handle/integrate more http frameworks/toolkits. (like node, express, deno, sunder) Or at least it should allow the users to write integrations easily to it. **Why?** To...
**Whatβs missing?** Add an optional function param to middleware that can add down additional data to the handlers. **Why?** I wanted to write an aggregator/relayer service, which can get multiple...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [aggregate-error](https://togithub.com/sindresorhus/aggregate-error) | [`^3.1.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/aggregate-error/3.1.0/4.0.1) | [](https://docs.renovatebot.com/merge-confidence/)...
I'm really missing a way to see which `hook_id` triggered a webhook request. Not sure if this is a question regarding `@octokit/webhooks` or how Github webhooks work in general (didn't...
First of all I need to clarify some things : - Thanks for all your hard work, I can now have proper type when playing with some webhooks - My...
This should help bring ESM compatibility in the future
Not all GitHub Events are sent via webhooks. Some are only available to GitHub Actions, such as the `schedule` event. I would like to move all event-related logic into a...