From 2b540f1b2e0b6fbd9642d50bc4a81c94b3e58a89 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Wed, 29 Mar 2023 22:26:59 +0200 Subject: [PATCH] project action trigger to target pr --- .github/workflows/project_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project_actions.yml b/.github/workflows/project_actions.yml index c66e378a5a..769f40e0b8 100644 --- a/.github/workflows/project_actions.yml +++ b/.github/workflows/project_actions.yml @@ -1,7 +1,7 @@ name: project-actions on: - pull_request: + pull_request_target: types: [opened, synchronize, assigned, review_requested] pull_request_review: types: [submitted]