Skip to content

[ci] release (#361) #18

[ci] release (#361)

[ci] release (#361) #18

Workflow file for this run

name: Congratsbot
on:
push:
branches: [main]
jobs:
congrats:
if: ${{ github.repository_owner == 'withastro' }}
uses: withastro/automation/.github/workflows/congratsbot.yml@main
with:
EMOJIS: '🎉,🎊,🧑‍🚀,🥳,🙌,🚀,🤩,☄️,💫,<:starlight:1107431075543797802>,<:houston_pride:1048276366518390814>'
COAUTHOR_TEMPLATES: >
[
"Thanks <names> for helping! ✨",
"<names> stepped up to lend a hand — thank you! 🙌",
"<names> with the assist! 💪",
"Couldn’t have done this without <names>! 💖",
"Made even better by <names>! 🚀",
"And the team effort award goes to… <names>! 🏆",
"Featuring contributions by <names>! 🌟"
]
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }}