From c8da7f80be0dec8fb2450a220b2e104c9d67f7b6 Mon Sep 17 00:00:00 2001 From: Wowlian Date: Thu, 24 Sep 2020 19:39:13 +0200 Subject: [PATCH] - fix for greetings.yml https://github.com/actions/first-interaction/issues/10#issuecomment-670968624 --- .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 ca09f60..1fa87e5 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -1,6 +1,6 @@ # https://github.com/marketplace/actions/auto-message-for-pr-s-and-issues name: Auto message for PR's and Issues -on: [pull_request, issues] +on: [pull_request_target, issues] jobs: greeting: name: Hello new contributor