Releases: KaloudasDev/github-webhook
Releases · KaloudasDev/github-webhook
v1.0.0 - Initial Release
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
- Deploy to Vercel
- Add
DISCORD_GITHUB_WEBHOOK_URLenvironment variable - Add webhook URL to your GitHub repositories
- 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.