From 835ace243c2e655d9d57ab4b4c6f20fa05579615 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Wed, 29 Mar 2023 14:28:52 -0700 Subject: [PATCH] ci: don't use pull_request_target with semantic PR title check (#37745) --- .github/workflows/semantic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml index 09d8911955dc..031902020fef 100644 --- a/.github/workflows/semantic.yml +++ b/.github/workflows/semantic.yml @@ -1,7 +1,7 @@ name: "Check Semantic Commit" on: - pull_request_target: + pull_request: types: - opened - edited