forked from withastro/starlight
-
Notifications
You must be signed in to change notification settings - Fork 0
24 lines (22 loc) · 902 Bytes
/
congratsbot.yml
File metadata and controls
24 lines (22 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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: '🎉,🎊,🧑🚀,🥳,🙌,🚀,🤩,☄️,💫,<:starlight:1107431075543797802>,<:houston_pride:1130504824673284107>'
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 }}