From 09d85f5b00da6389e74a4cc7ae50d0544fbf8b4c Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Tue, 21 Feb 2023 09:35:15 +0100 Subject: [PATCH] Revert "test workflow" This reverts commit 57c2549dbf06a8428c5f1b49bbe1f94956f8d853. --- .../.github/workflows/pr-first-response.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/.github/workflows/pr-first-response.yml b/src/Umbraco.Web.UI.Client/.github/workflows/pr-first-response.yml index 8bb123ad55..fe5225a929 100644 --- a/src/Umbraco.Web.UI.Client/.github/workflows/pr-first-response.yml +++ b/src/Umbraco.Web.UI.Client/.github/workflows/pr-first-response.yml @@ -1,6 +1,8 @@ name: pr-first-response -on: [pull_request] +on: + pull_request_target: + types: [opened] jobs: send-response: