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

kirs 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 55dc13b10f9 [chore](ci) cancel auto pick to branch-3.1 (#59821)
55dc13b10f9 is described below

commit 55dc13b10f9333aec3fdfe56867ae0eca146b9f0
Author: Dongyang Li <[email protected]>
AuthorDate: Tue Jan 13 16:19:54 2026 +0800

    [chore](ci) cancel auto pick to branch-3.1 (#59821)
---
 .github/workflows/auto-cherry-pick.yml | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/auto-cherry-pick.yml 
b/.github/workflows/auto-cherry-pick.yml
index 25fe6486251..86462eec1ba 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/4.0.x') || 
contains(github.event.pull_request.labels.*.name, 'dev/3.1.x') || 
github.event.label.name == 'dev/4.0.x' || github.event.label.name == 
'dev/3.1.x') && github.event.pull_request.merged == true }}
+    if: ${{(contains(github.event.pull_request.labels.*.name, 'dev/4.0.x') || 
github.event.label.name == 'dev/4.0.x') && github.event.pull_request.merged == 
true }}
     steps:
       - name: Checkout repository
         uses: actions/checkout@v3
@@ -54,14 +54,7 @@ jobs:
             else
               echo "SHA matches: $calculated_sha"
             fi    
-      - name: Auto cherry-pick to branch-3.1
-        if: ${{ ((github.event.action == 'labeled' && github.event.label.name 
== 'dev/3.1.x'))|| ((github.event_name == 'pull_request_target' && 
github.event.action == 'closed') && 
contains(github.event.pull_request.labels.*.name, 'dev/3.1.x')) }}
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-          REPO_NAME: ${{ github.repository }}
-          CONFLICT_LABEL: dev/3.1.x-conflict
-        run: |
-            python tools/auto-pick-script.py ${{ 
github.event.pull_request.number }} branch-3.1    
+
       - name: Auto cherry-pick to branch-4.0
         if: ${{ ((github.event.action == 'labeled' && github.event.label.name 
== 'dev/4.0.x'))|| ((github.event_name == 'pull_request_target' && 
github.event.action == 'closed') && 
contains(github.event.pull_request.labels.*.name, 'dev/4.0.x')) }}
         env:


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

Reply via email to