Add congratsbot (#37998)

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons
2025-09-11 14:29:44 +00:00
committed by GitHub
parent 238dab4a9c
commit f6b6d4a9fe
+12
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 }}