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]