mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
Make congratsbot not run in forks (#1145)
This commit is contained in:
parent
537e348b3e
commit
c7bbb042b0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/congratsbot.yml
vendored
2
.github/workflows/congratsbot.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
jobs:
|
||||
congrats:
|
||||
name: "discord:congratsbot"
|
||||
#if: github.event.commits[0] && !github.event.commits[1]
|
||||
if: github.repository == 'snowpackjs/astro'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Send a Discord notification when a PR is merged
|
||||
|
|
Loading…
Reference in a new issue