From 6bc89b7aa0899f500227e43fb6ba480d4036f195 Mon Sep 17 00:00:00 2001 From: erezrokah Date: Wed, 25 Mar 2026 14:03:30 +0000 Subject: [PATCH] chore: Replace pull_request_target with pull_request in PR title validation --- .github/workflows/pr_title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_title.yml b/.github/workflows/pr_title.yml index 38710a8..3f879a1 100644 --- a/.github/workflows/pr_title.yml +++ b/.github/workflows/pr_title.yml @@ -1,7 +1,7 @@ name: "Validate PR title" on: - pull_request_target: + pull_request: types: - opened - edited