Skip to content

Commit da8c7a1

Browse files
authored
Polish congratsbot (zed-industries#38005)
Release Notes: - N/A
1 parent 2b04186 commit da8c7a1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/congrats.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,16 @@ jobs:
5151
needs: check-author
5252
if: needs.check-author.outputs.should_congratulate == 'true'
5353
uses: withastro/automation/.github/workflows/congratsbot.yml@main
54+
with:
55+
EMOJIS: 🎉,🎊,🧑‍🚀,🥳,🙌,🚀,🦀,🔥,🚢
56+
COAUTHOR_TEMPLATES: >
57+
[
58+
"Thank you for making Zed better, <names>! In Rust we trust!",
59+
"Successfully moved this PR into main! No lifetime errors here, thanks <names>!",
60+
"Ferris approves! Thanks <names>!",
61+
"Crab rave time! Code from <names> has been oxidized and merged!",
62+
"The borrow checker is happy, and so are we! Welcome to the cargo club, <names>!",
63+
"Crabs can live up to 100 years, but this PR from <names> will live forever in our git history!"
64+
]
5465
secrets:
5566
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }}

0 commit comments

Comments
 (0)