Add congratsbot (#37998)

Joseph T. Lyons created

Release Notes:

- N/A

Change summary

.github/workflows/congrats.yml | 12 ++++++++++++
1 file changed, 12 insertions(+)

Detailed changes

.github/workflows/congrats.yml 🔗

@@ -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 }}