Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
7,980 contributions in the last year
Activity overview
Contribution activity
October 2020
- gr2m/lambda-shell-commands JavaScript
Created a pull request in probot/probot that received 3 comments
fix(typescript): adapt for latest `@octokit/webhooks`
Several TypeScript errors occur due to the changes in octokit/webhooks.js#292
To resolve
@octokit/webhooks needs to export EventTypesPayload. We cβ¦
- fix(typescript): add optional "organization" key to event payloads
- build(deps-dev): bump @types/node from 14.11.2 to 14.11.5
- build(deps-dev): bump jest from 26.4.2 to 26.5.2
- fix: typescript autocomplete and types for public api
- build(deps-dev): bump @octokit/webhooks-definitions from 3.13.2 to 3.13.3
- refactor: remove unreachable code in receive
- build(tsconfig): use @octokit/tsconfig preset in local tsconfig.json
- Refactor the types and DRY it out
- build(typescript): add noUnusedLocals and noUnusedParameters to tsconfig.json
- refactor(types.ts): allow handler functions to return any
- test(ts-validate): event prop in WebhookError is a deprecated prop
- refactor(middleware): remove unused import
- refactor(generate-types): add missing DO-NOT-EDIT comment to remaining generated type files
Created an issue in octokit/webhooks.js that received 3 comments
Export `Events` types from `@octokit/webhooks`
follow up to probot/probot#1377 (comment) We need access to the Events Types map defined in webhooks.js/src/generated/get-webhook-payload-type-fβ¦