aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/congrats.yml
blob: 4052bdac87761343956bb9f0428616319c8700fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Congratsbot

on:
  push:
    branches:
      - main

jobs:
  congrats:
    name: congratsbot
    if: ${{ github.repository_owner == 'withastro' && github.event.head_commit.message != '[ci] format' }}
    uses: withastro/automation/.github/workflows/congratsbot.yml@main
    with:
      EMOJIS: '🎉,🎊,🧑‍🚀,🥳,🙌,🚀,👏,<:houston_golden:1068575433647456447>,<:astrocoin:894990669515489301>,<:astro_pride:1130501345326157854>'
    secrets:
      DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }}