From 99d4c83d1cf7a39620d5f4a5012b2a71906f9de0 Mon Sep 17 00:00:00 2001
From: lmatz <lmatz823@gmail.com>
Date: Sun, 4 Feb 2024 19:15:12 +0800
Subject: [PATCH] chore: re-enable cherry-pick by label even after the PR is
 closed

---
 .github/workflows/cherry-pick-to-release-branch.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cherry-pick-to-release-branch.yml b/.github/workflows/cherry-pick-to-release-branch.yml
index 2d7bcdc31224a..b6f70202855ff 100644
--- a/.github/workflows/cherry-pick-to-release-branch.yml
+++ b/.github/workflows/cherry-pick-to-release-branch.yml
@@ -3,7 +3,7 @@ on:
   pull_request:
     branches:
       - main
-    types: ["closed"]
+    types: ["closed", "labeled"]
 
 jobs:
   release_pull_request_1_7: