From 1d219ff863ed09550d83812cb1f38d79826a5747 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 9 Feb 2026 22:56:02 +0100 Subject: [PATCH] workflows/sync_pull-requests: more trigger events Signed-off-by: Patrik Oldsberg --- .github/workflows/sync_pull-requests-trigger.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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: