Add congratsbot (#37998)

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons 2025-09-11 10:29:44 -04:00 committed by GitHub
parent 238dab4a9c
commit f6b6d4a9fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
.github/workflows/congrats.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: Congratsbot
on:
push:
branches: [main]
jobs:
congrats:
if: ${{ github.repository_owner == 'zed-industries' }}
uses: withastro/automation/.github/workflows/congratsbot.yml@main
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }}