{"id":19419588,"url":"https://github.com/intellectualsites/discord-webhook","last_synced_at":"2026-06-14T08:32:35.243Z","repository":{"id":176073357,"uuid":"654930909","full_name":"IntellectualSites/discord-webhook","owner":"IntellectualSites","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-12T05:51:54.000Z","size":85,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-04-14T00:32:17.004Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IntellectualSites.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":["IntellectualSites"]}},"created_at":"2023-06-17T11:14:54.000Z","updated_at":"2023-09-01T08:13:55.000Z","dependencies_parsed_at":"2023-09-26T08:21:16.266Z","dependency_job_id":"900396c5-b494-4d0f-b1dd-261f61706868","html_url":"https://github.com/IntellectualSites/discord-webhook","commit_stats":{"total_commits":42,"total_committers":7,"mean_commits":6.0,"dds":0.2857142857142857,"last_synced_commit":"aace2242f4c38f8157449d25c9aafa9516c98145"},"previous_names":["intellectualsites/discord-webhook"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntellectualSites%2Fdiscord-webhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntellectualSites%2Fdiscord-webhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntellectualSites%2Fdiscord-webhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntellectualSites%2Fdiscord-webhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IntellectualSites","download_url":"https://codeload.github.com/IntellectualSites/discord-webhook/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240599198,"owners_count":19826959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T13:18:19.313Z","updated_at":"2026-06-14T08:32:35.207Z","avatar_url":"https://github.com/IntellectualSites.png","language":"TypeScript","funding_links":["https://github.com/sponsors/IntellectualSites"],"categories":[],"sub_categories":[],"readme":"# disgit\nA Cloudflare Worker which provides better GitHub-\u003eDiscord webhook integration than the built-in Discord webhook executor.\n\nYou can use this Cloudflare worker by following the steps after clicking the button below \n\n[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/JRoy/disgit)\n\n\nThis repository is based on [JRoy/disgit](https://github.com/JRoy/disgit), deploying to IntellectualSites' CF workers via GitHub actions.\n\nYou can also deploy this using docker/docker-compose by cloning this repo and running\n`docker compose up --build -d`. The worker will be started on port 8080.\n\n## Environment Variables\ndigit has the following optional environment variables that you can use to customize your instance;\n- `IGNORED_BRANCHES_REGEX` - A regex pattern for branches that should be ignored\n- `IGNORED_BRANCHES` - A comma seperated list of branches that should be ignored\n- `IGNORED_USERS` - A comma seperated list of users that should be ignored\n- `IGNORED_PAYLOADS` - A comma seperated list of webhook events that should be ignored\n\n## Supported Events\nThe following webhook events are supported as of now;\n* [check_run](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#check_run)\n* [commit_comment](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#commit_comment)\n* [create](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#create)\n* [delete](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#delete)\n* [deployment](https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#deployment)\n* [deployment_status](https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#deployment_status)\n* [discussion](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#discussion)\n* [discussion_comment](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#discussion_comment)\n* [fork](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#fork)\n* [gollum](https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#gollum) (wiki)\n* [issue_comment](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#issue_comment)\n  * This event also sends pull request comments...*sigh*\n* [issues](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#issues)\n* [package](https://docs.github.com/en/webhooks-and-events/webhooks/webhook-events-and-payloads#package)\n* [ping](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#ping)\n* [pull_request](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#pull_request)\n* [pull_request_review](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#pull_request_review)\n* [pull_request_review_comment](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#pull_request_review_comment)\n* [push](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#push)\n* [release](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#release)\n* [star](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#star)\n* ...feel free to contribute more that suit your needs!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintellectualsites%2Fdiscord-webhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintellectualsites%2Fdiscord-webhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintellectualsites%2Fdiscord-webhook/lists"}