mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
16 lines
525 B
YAML
16 lines
525 B
YAML
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 }}
|