/disgit

A Cloudflare Worker which provides better GitHub->Discord webhook integration than the built-in Discord webhook executor.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

disgit

A Cloudflare Worker which provides better GitHub->Discord webhook integration than the built-in Discord webhook executor.

You can use this Cloudflare worker by following the steps after clicking the button below

Deploy to Cloudflare Workers

You can also deploy this using docker/docker-compose by cloning this repo and running docker compose up --build -d. The worker will be started on port 8080.

Environment Variables

digit has the following optional environment variables that you can use to customize your instance;

  • IGNORED_BRANCHES_REGEX - A regex pattern for branches that should be ignored
  • IGNORED_BRANCHES - A comma seperated list of branches that should be ignored
  • IGNORED_USERS - A comma seperated list of users that should be ignored
  • IGNORED_PAYLOADS - A comma seperated list of webhook events that should be ignored

Supported Events

The following webhook events are supported as of now;