Skip to content

fix(ast): Don't crash language-server if the compiler fails to parse … #66

fix(ast): Don't crash language-server if the compiler fails to parse …

fix(ast): Don't crash language-server if the compiler fails to parse … #66

Workflow file for this run

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: '🎉,🎊,🧑‍🚀,🥳,🙌,🚀,😤,🛠️,<:houston_astronaut:1052320929327349873>,<:houston_love:1047893778796662824>'
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }}