From 821b41806c84fa5f1aab5bea80a0fe63a3f30fed Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Mon, 17 Jul 2023 19:44:38 +0200 Subject: [PATCH] Add congrats bot (#357) --- .github/workflows/congrats.yml | 14 ++++++++++++++ 1 file changed, 14 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 0000000..2d89ed5 --- /dev/null +++ b/.github/workflows/congrats.yml @@ -0,0 +1,14 @@ +name: Congratsbot + +on: + push: + branches: [main] + +jobs: + congrats: + if: ${{ github.repository_owner == 'withastro' && github.event.head_commit.message != '[ci] format' }} + uses: withastro/automation/.github/workflows/congratsbot.yml@main + with: + EMOJIS: '💐,🌼,🌻,🌹,🌺,🪷,🌷,🏵️' + secrets: + DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }}