github-webhooks icon indicating copy to clipboard operation
github-webhooks copied to clipboard

Haskell types and instances for decoding GitHub webhook payloads.

Results 11 github-webhooks issues
Sort by recently updated
recently updated
newest added

**Operating system or device, package version, compiler version:** All **Issue description:** In the scotty example (`examples/scotty`) the key specified by `KEY=` on launch is not verified. If the incorrect key...

bug
help wanted
good first issue
security

- [ ] Build an example that automatically scrapes JSON payloads for each type of event (perhaps use the GitHub package to trigger the events?). This will be useful to...

enhancement
help wanted

**Issue description:** The [merge_group](https://docs.github.com/en/webhooks/webhook-events-and-payloads#merge_group) webhook event seems to be missing. It would be great to have it added. We're happy to contribute this, if it'd be accepted. It seems like...

**Issue reference:** #93 **Submission Checklist:** * [x] Have you followed the guidelines in our [Contributing](../../CONTRIBUTING.md) document (for example, is your tree a clean merge)? * [x] Have you checked to...

Including - flake-parts for easy extension - haskell-flake for more declarative configuration - .envrc to load the dev environment automatically **Issue reference:** - Closes #93 - Alternative to #94 **Submission...

Currently Github actions CI/CD isn't being triggered on pull requests being submitted, edited, updated or closed.

**Issue reference:** #89 **Submission Checklist:** * [x] Have you followed the guidelines in our [Contributing](../../CONTRIBUTING.md) document (for example, is your tree a clean merge)? * [x] Have you checked to...

**Issue reference:** #91 **Submission Checklist:** * [x] Have you followed the guidelines in our [Contributing](../../CONTRIBUTING.md) document (for example, is your tree a clean merge)? * [x] Have you checked to...

See docs [here](https://docs.github.com/en/webhooks/webhook-events-and-payloads#push).

For those of us who use nix, it's useful to have a flake file to develop quickly. I already have one I created for this project, and will submit a...