From 744e5b2ab34d56dbddf685ad274d67e49f8f9568 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Mon, 24 Jul 2023 13:01:42 +0530 Subject: [PATCH] fix: use pull request in semantic workflow for better security (#6799) * fix: use pull request in semantic workflow for security * add types --- .github/workflows/semantic-pr-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-pr-title.yml b/.github/workflows/semantic-pr-title.yml index 8980fc68..969d2364 100644 --- a/.github/workflows/semantic-pr-title.yml +++ b/.github/workflows/semantic-pr-title.yml @@ -1,7 +1,7 @@ name: Semantic PR title on: - pull_request_target: + pull_request: types: - opened - edited