From 9e6bb81f9d88c47969fe8e4d3f30cb5782b84b3d Mon Sep 17 00:00:00 2001 From: Jesse <80575182+JesseCaddell@users.noreply.github.com> Date: Wed, 4 Mar 2026 14:06:58 -0800 Subject: [PATCH] Update project-status.yml --- .github/workflows/project-status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project-status.yml b/.github/workflows/project-status.yml index fef66bd..e4a023e 100644 --- a/.github/workflows/project-status.yml +++ b/.github/workflows/project-status.yml @@ -3,7 +3,7 @@ name: Sync Project Status on: issues: types: [opened, assigned, closed, reopened] - pull_request: + pull_request_target: types: [opened, ready_for_review, converted_to_draft, closed, reopened] pull_request_review: types: [submitted]