Gregor Martynus

Results 294 issues of Gregor Martynus

At least VS Code seams to think that both are valid, so I think we should fix it

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

**What’s missing?** We have recurring problems with some event payloads where the code returns a "signature does not match" error, mostly reported by Probot users who are probably the biggest...

feature
breaking

**What’s missing?** There is currently no simple way to parse and verify an incoming http request object at the same time. It's only possible as part of the event API...

Type: Feature

follow up for https://github.com/gr2m/octokit-webhooks/pull/1#discussion_r151844819 ### Use case I want to build a GitHub app which works for both, github.com and GitHub Enterprise (GHE) installations. For GHE the available APIs (and...

Type: Feature
enterprise

moving from https://github.com/gr2m/octokit-webhooks.js-legacy/issues/8 @rtsao, @JasonEtco --- Per https://github.com/probot/probot/issues/316#issue-271571092, for testing probot apps, it would be ideal to have a `node-github`-like API to programmatically generate webhook fixtures, for example something like:...

Type: Feature
project

Follow up to https://github.com/octokit/webhooks.js/pull/416#pullrequestreview-579913781

Type: Maintenance

Part of our efforts to migrate `semantic-release` to native ES Modules: https://github.com/semantic-release/semantic-release/issues/2133 A main motivation, just like for @semantic-release itself, is that `env-ci` depends on many packages by @sindresorhus, and...

:wave: Hello there, I’m the maintainer of the GitHub’s JavaScript/Node libraries such as https://github.com/octokit/rest.js. In the process I created resources that I hope will make it easier for maintainers of...

NeedsInvestigation
challenging

The `all-contributors` app currently depends on [`compromise`](https://github.com/spencermountain/compromise/) v11. The latest version is v13. The upgrade is not straight forward and I'm not familiar with the package. @Berkmann18 are you familiar...

enhancement
help wanted