From c7bbb042b0f7df5c0b059f59b208afa7d0067238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Otterstr=C3=B6m?= <35617441+MarcusOtter@users.noreply.github.com> Date: Wed, 18 Aug 2021 07:19:25 +0200 Subject: [PATCH] Make congratsbot not run in forks (#1145) --- .github/workflows/congratsbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/congratsbot.yml b/.github/workflows/congratsbot.yml index bb62296383..f736c10699 100644 --- a/.github/workflows/congratsbot.yml +++ b/.github/workflows/congratsbot.yml @@ -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