go-playground / webhooks

:fishing_pole_and_fish: Webhook receiver for GitHub, Bitbucket, GitLab, Gogs
MIT License
962 stars 236 forks source link

PullRequestPayload Struct has missing fields #200

Open georgesfarah opened 2 weeks ago

georgesfarah commented 2 weeks ago

There's a an attribute base to the changes object: https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=edited#pull_request

However it's not available in the lib 😢