Skip to content

Releases: KaloudasDev/github-webhook

v1.0.0 - Initial Release

21 Mar 03:01
b1ab50a

Choose a tag to compare

Initial Release - GitHub to Discord Webhook Service

A universal webhook service that forwards GitHub events to Discord with beautiful, information-rich embeds. Deploy once and use across all your repositories.

Features

  • Universal Service - One endpoint for all your GitHub repositories
  • Rich Discord Embeds - Beautiful, well-formatted messages with all relevant information
  • Multiple Event Support - Handles push, pull requests, issues, stars, forks, releases, and more
  • Zero Configuration - Just add your Discord webhook URL and you're ready to go
  • Ready for Vercel - Deploy instantly with Vercel's serverless platform

Supported Events

Event Description
Push New commits pushed to a branch
Pull Request PR opened, closed, merged, or reopened
Issues Issue opened, closed, assigned, labeled
Issue Comments New comments on issues
Stars Repository starred or unstarred
Forks Repository forked
Releases Release published, created, edited, or deleted
Branch/Tag Creation New branches or tags created
Branch/Tag Deletion Branches or tags deleted
Watching User started watching repository
Collaborators New collaborator added
Commit Comments Comments on commits

Quick Start

  1. Deploy to Vercel
  2. Add DISCORD_GITHUB_WEBHOOK_URL environment variable
  3. Add webhook URL to your GitHub repositories
  4. Start receiving beautiful Discord embeds!

First Release

This is the initial public release of the GitHub to Discord webhook service. All core features are stable and ready for production use.