From d7401b02009b9cb6ece81a6548978324b91c7de4 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Fri, 16 Apr 2021 22:56:02 +0200 Subject: [PATCH] chore: use pull_request_target for first pr action --- .github/workflows/first-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/first-pull-request.yml b/.github/workflows/first-pull-request.yml index 2e223642..37aa3300 100644 --- a/.github/workflows/first-pull-request.yml +++ b/.github/workflows/first-pull-request.yml @@ -1,5 +1,5 @@ name: First pull request -on: pull_request +on: pull_request_target jobs: welcome: