The goal of this library is to help you when testing your GitHub webhooks by providing a sample per event type/payload.
constwebhook=require('github-webhook-payloads');constissueUnassigned=webhook.events.issues.unassigned.payload;// code hereor you can access directly by event type
constwebhook=require('github-webhook-payloads');constfork=webhook('fork');// code here