Congratsbot is a webhook for announcing code merges to Discord and celebrating contributors.
Example:
🎊 Merged! Eva Decker:
Release (#232)
Featuring contributions by Luke Lennon! 🌟
Create a new Discord webhook and add the URL to your repository secrets as DISCORD_WEBHOOK_CONGRATS
.
name: Congratsbot
on:
push:
branches: [main]
jobs:
congrats:
uses: namesakefyi/congratsbot/.github/workflows/congratsbot.yml@main
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }}
The implementation of this bot was forked from Astro Automation Tools.
The congratsbot avatar is from Emoji Kitchen.