From ac1f87afb65adebd7fc51d82e8b97c53437de4bd Mon Sep 17 00:00:00 2001 From: Suzanne Rozier Date: Mon, 15 Mar 2021 11:53:14 -0500 Subject: [PATCH] ci: Use pull_request_target event for semantic PR workflow (#1025) * Use pull_request_target event for semantic PR workflow * Temp add this branch to test workflow * Remove this branch name from workflow --- .github/workflows/semantic_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic_pr.yml b/.github/workflows/semantic_pr.yml index dff39ff8c3..8927d444f3 100644 --- a/.github/workflows/semantic_pr.yml +++ b/.github/workflows/semantic_pr.yml @@ -1,7 +1,7 @@ name: Lint PR on: - pull_request: + pull_request_target: types: [opened, edited, synchronize] branches: - main