This is an automated email from the ASF dual-hosted git repository.
hellostephen 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 8b18f2d5b05 [ci](fix) fix 4.0.x auto pick (#56385)
8b18f2d5b05 is described below
commit 8b18f2d5b05753e0f1b107d7acb669e5eab476b9
Author: Dongyang Li <[email protected]>
AuthorDate: Wed Sep 24 15:09:23 2025 +0800
[ci](fix) fix 4.0.x auto pick (#56385)
---
.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 a80a32b4504..c582b983cac 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') ||
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 }}
+ if: ${{(contains(github.event.pull_request.labels.*.name, 'dev/3.0.x') ||
contains(github.event.pull_request.labels.*.name, 'dev/4.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/4.0.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]