{"id":17374582,"url":"https://github.com/mini-bomba/github-webhook-proxy","last_synced_at":"2025-08-02T17:31:25.527Z","repository":{"id":45152310,"uuid":"513294713","full_name":"mini-bomba/github-webhook-proxy","owner":"mini-bomba","description":"A WebWorker that proxies webhook payloads between GitHub and Discord, adding extra data for some events.","archived":false,"fork":false,"pushed_at":"2024-11-15T22:20:20.000Z","size":35,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-15T22:21:50.557Z","etag":null,"topics":["discord","github","webhook"],"latest_commit_sha":null,"homepage":"https://github-webhook-proxy.minibomba.workers.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mini-bomba.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}},"created_at":"2022-07-12T21:15:44.000Z","updated_at":"2024-11-15T22:20:23.000Z","dependencies_parsed_at":"2022-07-13T16:47:45.047Z","dependency_job_id":null,"html_url":"https://github.com/mini-bomba/github-webhook-proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mini-bomba%2Fgithub-webhook-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mini-bomba%2Fgithub-webhook-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mini-bomba%2Fgithub-webhook-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mini-bomba%2Fgithub-webhook-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mini-bomba","download_url":"https://codeload.github.com/mini-bomba/github-webhook-proxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228499974,"owners_count":17929977,"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":["discord","github","webhook"],"created_at":"2024-10-16T03:42:06.446Z","updated_at":"2025-08-02T17:31:25.510Z","avatar_url":"https://github.com/mini-bomba.png","language":"TypeScript","readme":"# github-webhook-proxy\n\n\u003e [!WARNING]\n\u003e This repo is deprecated in favour of [github-webhook-enhancer-deno](https://github.com/mini-bomba/github-webhook-enhancer-deno).\n\u003e Recently I've started having issues with discord blocking cloudflare workers IPs, which often resulted in dropped events.\n\u003e Due to this, I've decided to reorganize this project in a way that allows it to be selfhosted with deno, which hopefully will resolve this issue.\n\nA WebWorker that proxies webhook payloads between GitHub and Discord,\nadding extra data for some events.\n\nPublic instance available at https://github-webhook-proxy.minibomba.workers.dev\n\n## Routes\n```\nPOST /{channel ID}/{webhook token} - Execute webhook\nPOST /{channel ID}/{webhook token}?color={color}\nchannel ID and webhook token should be taken from a discord webhook URL\ncolor specifies embed color for the release created event\n\n/ - Redirects to this repository\n/version - Sends currently deployed git hash\n/source - Redirects to a view of the currently deployed commit\n```\n\n## How to use\nGrab a discord webhook URL and replace `https://discord.com/api/webhooks` with `https://github-webhook-proxy.minibomba.workers.dev` (or your own instance URL)\n\n## Why\nDiscord's GitHub webhook support isn't great. It doesn't attach release descriptions to messages about them being created, it can't differentiate between a PR getting closed and it getting merged, it doesn't know about the different issue close reasons.\nThis project was created to mitiage some of these issues.\n\nIt currently intercepts and improves the following events:\n- release creation\n  - adds the release description and timestamp into the message\n- issue closing/reopening\n  - includes the reason for closing the issue (completed/not planned)\n  - adds colors associated with the different close reasons and reopening the issue\n- pull requests\n  - differentiates between closing and merging the PR\n  - sends messages when a PR is marked as draft or ready for review\n  - adds colors associated with these actions\n  - blocks \"Pull request review submitted\" events when someone comments on a review\n    - review comment content will still be sent to discord if pull_request_review_comment event is enabled. this simply removes the noise\n\n## some images i guess\n### issue events\n![comparison of issue events](docs/comparison1.png)\n### PR and release events\n![comparison of PR and release events](docs/comparison2.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmini-bomba%2Fgithub-webhook-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmini-bomba%2Fgithub-webhook-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmini-bomba%2Fgithub-webhook-proxy/lists"}