0
Fork 0
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:
Marcus Otterström 2021-08-18 07:19:25 +02:00 committed by GitHub
parent 537e348b3e
commit c7bbb042b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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