From 4542533b0614a1113993cab290e5d97ad7273345 Mon Sep 17 00:00:00 2001 From: erezrokah Date: Wed, 25 Mar 2026 14:04:47 +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 8a6f52a..44e75d7 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