webhooks.js icon indicating copy to clipboard operation
webhooks.js copied to clipboard

GitHub webhook events toolset for Node.js

Results 48 webhooks.js issues
Sort by recently updated
recently updated
newest added

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,...

maintenance

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/node-fetch/3.2.10/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

blocked
maintenance

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 -...

Type: Feature

**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...

Type: Feature

**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...

Type: Feature

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/aggregate-error/4.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
blocked
maintenance

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...

Type: Support

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...

bug
typescript

This should help bring ESM compatibility in the future

maintenance
esm

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...

project