From ec916dfcb06f4930d4c13c155c2f763ecb7b45f7 Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Mon, 4 May 2026 13:41:37 -0500 Subject: [PATCH] Add status trigger to backport workflow Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> --- .github/workflows/backport.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index a3feb142a8..96b9b22ca2 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -7,6 +7,7 @@ on: types: [created] pull_request: types: [opened, labeled, unlabeled, closed] + status: jobs: backport: