13 lines
276 B
YAML
13 lines
276 B
YAML
name: Congratsbot
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
|
|
jobs:
|
|
congrats:
|
|
if: ${{ github.repository_owner == 'zed-industries' }}
|
|
uses: withastro/automation/.github/workflows/congratsbot.yml@main
|
|
secrets:
|
|
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }}
|