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