From f6b6d4a9feb244a8a9ead12b1063556fc2529d99 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Thu, 11 Sep 2025 10:29:44 -0400 Subject: [PATCH] Add congratsbot (#37998) Release Notes: - N/A --- .github/workflows/congrats.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/congrats.yml diff --git a/.github/workflows/congrats.yml b/.github/workflows/congrats.yml new file mode 100644 index 0000000000000000000000000000000000000000..c5dfc122647d9c422b850e743e6d679643fe4c58 --- /dev/null +++ b/.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 }}