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: