Skip to content

Webhook for announcing code merges to Discord and celebrating contributors.

License

Notifications You must be signed in to change notification settings

namesakefyi/congratsbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Congratsbot avatar

Congratsbot

Congratsbot is a webhook for announcing code merges to Discord and celebrating contributors.

Example:

🎊 Merged! Eva Decker: Release (#232)
Featuring contributions by Luke Lennon! 🌟

Prerequisites

Create a new Discord webhook and add the URL to your repository secrets as DISCORD_WEBHOOK_CONGRATS.

Usage

name: Congratsbot

on:
  push:
    branches: [main]

jobs:
  congrats:
    uses: namesakefyi/congratsbot/.github/workflows/congratsbot.yml@main
    secrets:
      DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }}

Credits

The implementation of this bot was forked from Astro Automation Tools.

The congratsbot avatar is from Emoji Kitchen.

About

Webhook for announcing code merges to Discord and celebrating contributors.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks