Skip to content

Commit

Permalink
Add congrats bot (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Jul 17, 2023
1 parent 889d502 commit 821b418
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/congrats.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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: '💐,🌼,🌻,🌹,🌺,🪷,🌷,🏵️'
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }}

0 comments on commit 821b418

Please sign in to comment.