This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch CalvinKirs-patch-2 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 7b67ee5295b79c51df098e55768e8159baea26eb Author: Calvin Kirs <k...@apache.org> AuthorDate: Thu Oct 24 21:12:20 2024 +0800 [Fix](GA)Fix cherry-pick script path --- .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 1d59b52b6c9..f5a21f47213 100644 --- a/.github/workflows/auto-cherry-pick.yml +++ b/.github/workflows/auto-cherry-pick.yml @@ -47,4 +47,4 @@ jobs: REPO_NAME: ${{ github.repository }} CONFLICT_LABEL: cherry-pick-conflict-in-3.0 run: | - python tools/auto-pick-script.py ${{ github.event.pull_request.number }} branch-3.0 + python tools/tools/auto-pick-script.py ${{ github.event.pull_request.number }} branch-3.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org