mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
parent
238dab4a9c
commit
f6b6d4a9fe
1 changed files with 12 additions and 0 deletions
12
.github/workflows/congrats.yml
vendored
Normal file
12
.github/workflows/congrats.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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 }}
|
||||
Loading…
Reference in a new issue