From 355dd43ba1ebe532ee0ebc334485c5f86cab63e0 Mon Sep 17 00:00:00 2001 From: erezrokah Date: Wed, 25 Mar 2026 14:04: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 fb72636..6301efc 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