Highlights
- Arctic Code Vault Contributor
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 upPinned
1,676 contributions in the last year
Contribution activity
December 2020
Created 20 commits in 6 repositories
Created 2 repositories
- G-Rath/webhooks JavaScript
- G-Rath/webhooks.js TypeScript
Created a pull request in octokit/webhooks.js that received 21 comments
fix(typescript): export `EventTypesPayload` type
This lets us use EventTypesPayload without having to import it the long way, i.e
import { WebhookEvents, Webhooks, sign, verify } from '@octokit/we…
Opened 16 other pull requests in 4 repositories
octokit/webhooks.js
1
open
7
merged
1
closed
- Improve types
- fix(typescript): `eventPayload` parameter for `Webhooks#verify` can be `string`
- fix(typescript): `eventPayload` parameter for `verify()` can be `string`
- fix: move `@pika/plugin-ts-standard-pkg` to `devDependencies`
- feat(typescript): type `algorithm` property for `sign` options
- feat(typescript): make `verify` a type-guard
- chore: update `ts-jest` config
- refactor(typescript): use `ts-expect-error` instead of `ts-ignore`
- fix(typescript): mark `verify` parameters as required
DefinitelyTyped/DefinitelyTyped
3
merged
octokit/webhooks
2
merged
ackama/rails-template
2
merged
Reviewed 7 pull requests in 4 repositories
ODNZSL/nzsl-online 2 pull requests
DefinitelyTyped/DefinitelyTyped 2 pull requests
octokit/webhooks.js 2 pull requests
jest-community/eslint-plugin-jest 1 pull request
Created an issue in octokit/webhooks that received 3 comments
Missing examples of code_scanning_alert payloads with "sender"
According to the docs, when the action is reopened_by_user or closed_by_user, the payload for code_scanning_alert will have a sender property.
Sinc…