diff --git a/.github/workflows/sync_pull-requests-trigger.yml b/.github/workflows/sync_pull-requests-trigger.yml index 3309852725..152837b811 100644 --- a/.github/workflows/sync_pull-requests-trigger.yml +++ b/.github/workflows/sync_pull-requests-trigger.yml @@ -2,7 +2,15 @@ name: Sync Pull Requests Trigger on: pull_request_target: - types: [opened, synchronize, reopened, labeled, unlabeled] + types: + - opened + - closed + - reopened + - synchronize + - labeled + - unlabeled + - ready_for_review + - converted_to_draft pull_request_review: types: [submitted, dismissed] issue_comment: