i18n(fr): Update reference/plugins.mdx
from #2549 (#2574)
#57
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |