Files
oak-gpui/.github/workflows/congrats.yml
T
2025-09-11 14:29:44 +00:00

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 }}