From 56433a1c7578faef08ab06aab9fa47781ac81187 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Mon, 3 Nov 2025 17:39:12 -0800 Subject: [PATCH] ci: don't use pull_request_target with semantic PR title check --- .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 b958ccdb218..92d7d7ab6d2 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