Skip to content

Commit

Permalink
chore: add Congratsbot (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderniebuhr authored Nov 13, 2023
1 parent 4e1060b commit fdda7e5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/discord.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Discord Notification on Push

on:
push:
branches:
- main

jobs:
congrats:
name: congratsbot
if: ${{ github.repository_owner == 'withastro' && github.event.head_commit.message != '[ci] format' }}
uses: withastro/automation/.github/workflows/congratsbot.yml@main
with:
EMOJIS: 'πŸŽ‰,🎊,πŸ§‘β€πŸš€,πŸ₯³,πŸ™Œ,πŸš€,πŸ€–,πŸ‘,<:houston_golden:1068575433647456447>,<:astrocoin:894990669515489301>,<:astro_pride:1130501345326157854>,<:houston_product_hunt:1145760743208263904>,<:notworsethanwhatwehadbefore:1020455379353751573>,<:houston_astronaut:1052320929327349873>,<:houston_resarcher:1123636295009304628>,<:houston_podcaster:1084871648651517992>'
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }}

0 comments on commit fdda7e5

Please sign in to comment.