This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new f03dc40b9e2 [fix](CI) auto pick to branch-3.1 is not work as expected 
(#51954)
f03dc40b9e2 is described below

commit f03dc40b9e2a6526ba0d54bead1d594a25d5b1f8
Author: morrySnow <[email protected]>
AuthorDate: Thu Jun 19 19:58:23 2025 +0800

    [fix](CI) auto pick to branch-3.1 is not work as expected (#51954)
---
 .github/workflows/auto-cherry-pick.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/auto-cherry-pick.yml 
b/.github/workflows/auto-cherry-pick.yml
index 93be9148244..b76f424f2e9 100644
--- a/.github/workflows/auto-cherry-pick.yml
+++ b/.github/workflows/auto-cherry-pick.yml
@@ -31,7 +31,7 @@ permissions:
 jobs:
   auto_cherry_pick:
     runs-on: ubuntu-latest
-    if: ${{(contains(github.event.pull_request.labels.*.name, 'dev/3.0.x') || 
contains(github.event.pull_request.labels.*.name, 'dev/2.1.x') 
||github.event.label.name == 'dev/3.0.x' || github.event.label.name == 
'dev/2.1.x') && github.event.pull_request.merged == true }}
+    if: ${{(contains(github.event.pull_request.labels.*.name, 'dev/3.0.x') || 
contains(github.event.pull_request.labels.*.name, 'dev/2.1.x') || 
contains(github.event.pull_request.labels.*.name, 'dev/3.1.x') || 
github.event.label.name == 'dev/3.0.x' || github.event.label.name == 
'dev/2.1.x' || github.event.label.name == 'dev/3.1.x') && 
github.event.pull_request.merged == true }}
     steps:
       - name: Checkout repository
         uses: actions/checkout@v3


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to