From ed30fe63f3b0e2b0488c5dd48b11bc518a930504 Mon Sep 17 00:00:00 2001 From: Gunnsteinn Hall Date: Mon, 9 Mar 2020 23:52:07 +0000 Subject: [PATCH] Stop greeting on PRs as does not work with Actions See https://github.com/actions/first-interaction/issues/10 --- .github/workflows/greetings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 545a903e..0bb49075 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -1,6 +1,6 @@ name: Greetings -on: [pull_request, issues] +on: [issues] jobs: greeting: