From 395e8489ab591eb0b9a5bf2ba1429b8c5230b02c Mon Sep 17 00:00:00 2001 From: Tomasz Piowczyk Date: Wed, 4 Oct 2023 16:38:44 +0200 Subject: [PATCH] Fix event trigger type --- .github/workflows/pull-request-first-comment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-first-comment.yaml b/.github/workflows/pull-request-first-comment.yaml index ffdd9f3e..ca216b70 100644 --- a/.github/workflows/pull-request-first-comment.yaml +++ b/.github/workflows/pull-request-first-comment.yaml @@ -1,7 +1,7 @@ name: First comment in new pull request on: - pull_request: + pull_request_target: types: [opened] jobs: