Skip to content

fix(cli): let sync throw in check (#12726) #4

fix(cli): let sync throw in check (#12726)

fix(cli): let sync throw in check (#12726) #4

Workflow file for this run

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